
Cross-platform CLI and SDK for controlling Hue lighting devices. Allows managing lights via terminal commands and provides APIs for Java, Android, and JavaScript platforms. Open source under MIT License.
Cross Platform CLI and Multiplatform Kotlin SDK for controlling Hue devices.
Shade's CLI application for Windows, MacOS and Linux provides commands for controlling your lighing directly from the terminal.
$ shade update-light $lightId --brightness=10%Shade's Kotlin SDK provides API's for controlling your lighting on Java, Android and Javascript platforms.
shade.lights.updateLight(
id = lightId,
parameters = LightUpdateParameters(
brightness = 10.percent,
),
)Shade is free under the MIT License, the project is Open Source, actively maintained, and always looking for contributions.
There are many Hue devices and things to do with them. Testing all that can be difficult. Please report any issues you find.
"Hue" and "Philips" are trademarks of Signify Holding and are not affiliated with this project.
Cross Platform CLI and Multiplatform Kotlin SDK for controlling Hue devices.
Shade's CLI application for Windows, MacOS and Linux provides commands for controlling your lighing directly from the terminal.
$ shade update-light $lightId --brightness=10%Shade's Kotlin SDK provides API's for controlling your lighting on Java, Android and Javascript platforms.
shade.lights.updateLight(
id = lightId,
parameters = LightUpdateParameters(
brightness = 10.percent,
),
)Shade is free under the MIT License, the project is Open Source, actively maintained, and always looking for contributions.
There are many Hue devices and things to do with them. Testing all that can be difficult. Please report any issues you find.
"Hue" and "Philips" are trademarks of Signify Holding and are not affiliated with this project.