A Node.js library for controlling Philips Hue lights.
This library is not yet complete!
var lamp = new Light(1);
lamp.on()
.then(function(){
lamp.delay(100);
return lamp.hue(12000);
})
var kitchen = new LightGroup(1,2);
lamp.off();
A Node.js library for controlling Philips Hue lights.
This library is not yet complete!
var lamp = new Light(1);
lamp.on()
.then(function(){
lamp.delay(100);
return lamp.hue(12000);
})
var kitchen = new LightGroup(1,2);
lamp.off();