Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inkapplications/shade
💡 Unofficial SDK for the Philips Hue API written for Kotlin Multiplatform.
https://github.com/inkapplications/shade
hue hue-api kotlin kotlin-multiplatform sdk
Last synced: 6 days ago
JSON representation
💡 Unofficial SDK for the Philips Hue API written for Kotlin Multiplatform.
- Host: GitHub
- URL: https://github.com/inkapplications/shade
- Owner: InkApplications
- License: mit
- Created: 2019-04-23T23:37:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-01T16:59:41.000Z (7 days ago)
- Last Synced: 2025-01-01T17:37:22.002Z (6 days ago)
- Topics: hue, hue-api, kotlin, kotlin-multiplatform, sdk
- Language: Kotlin
- Homepage: https://shade.lighting
- Size: 2.41 MB
- Stars: 67
- Watchers: 3
- Forks: 4
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Shade
![Shade Logo](docs/svg/logo-full.svg)
_Cross Platform CLI and Multiplatform Kotlin SDK for controlling Hue devices._
## Cross-Platform Command Line
Shade's CLI application for Windows, MacOS and Linux provides commands for
controlling your lighing directly from the terminal.```shell
$ shade update-light $lightId --brightness=10%
```[Get Started](https://shade.lighting)
## Kotlin Multiplatform SDK
Shade's Kotlin SDK provides API's for controlling your lighting on Java,
Android and Javascript platforms.```kotlin
shade.lights.updateLight(
id = lightId,
parameters = LightUpdateParameters(
brightness = 10.percent,
),
)
```[Get Started](https://shade.lighting)
## Free + Open Source
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.[MIT License]:LICENSE
[report]:https://github.com/InkApplications/Shade/issues/new/choose## Trademarks
"Hue" and "Philips" are trademarks of Signify Holding and are not affiliated
with this project.