https://github.com/tachoknight/huecontrol
Java-based framework for working with the Phillips Hue system
https://github.com/tachoknight/huecontrol
hue hue-lights java philips-hue
Last synced: 6 months ago
JSON representation
Java-based framework for working with the Phillips Hue system
- Host: GitHub
- URL: https://github.com/tachoknight/huecontrol
- Owner: tachoknight
- Created: 2013-04-05T03:18:49.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2021-06-08T13:14:25.000Z (over 4 years ago)
- Last Synced: 2023-03-23T16:43:09.840Z (over 2 years ago)
- Topics: hue, hue-lights, java, philips-hue
- Language: Java
- Size: 30.3 KB
- Stars: 14
- Watchers: 6
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
HueControl
==========Java-based framework for working with the Phillips Hue system. Uses Jackson to convert responses/requests to objects,
all of which are in tachoknight.wantstobe.anearlyriser.model. I'm pretty sure I got everything that the API
supports.As of right now the models exist but I haven't actually put the framework together, been playing with
the lights :PCheckout App.java in src/main/java to see how it can be used (so far).