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

api.setGroupLightState(0, lightState.create().off() #41

Closed neophob closed 9 years ago

neophob commented 9 years ago

If I run api.setGroupLightState(0, lightState.create().off())nothing happens - if I address a single light bulb it works api.setLightState(1, lightState.create().on()).

peter-murray commented 9 years ago

Which version of the library are you experiencing this issue with?

peter-murray commented 9 years ago

This is resolved in version 1.0.2, which has been published to npm Registry now.

neophob commented 9 years ago

wow, that was quick, thanks!