peter-murray / node-hue-api

Node.js Library for interacting with the Philips Hue Bridge and Lights
Apache License 2.0
1.19k stars 145 forks source link

Update for newer versions of the Hue API #20

Closed ryandesign closed 9 years ago

ryandesign commented 9 years ago

In places, the readme says things like:

The creation of groups is not officially supported in the released Hue API from Phillips (version 1.0).

Groups are fully supported in the current version of the Hue API. The documentation and/or the module should be updated accordingly.

peter-murray commented 9 years ago

Cheers, I will have to go through the API documentation and make sure I have all the old and new functionality supported around this.

Once I have got the interactions working correctly via the code I will update the README.

It will likely get done this weekend, and hopefully published provided I don't run into any issues.