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

Implement support for RGB in groups #42

Closed peter-murray closed 9 years ago

peter-murray commented 9 years ago

This relates to Pull Request #32.

peter-murray commented 9 years ago

This is no longer practical, as it will result in multiple requests to the bridge, which makes the sub groups respond at different times (the lag is noticeable).

An alternative to this it to utilise scenes and use group filtering on that if you only want to target a subset of lights. This is the behaviour that the official Hue App for iOS follows at this time.