An open API service indexing awesome lists of open source software.

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

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 :P

Checkout App.java in src/main/java to see how it can be used (so far).