MariusRumpf / node-lifx

Node.js implementation of the LIFX LAN protocol :bulb:
MIT License
144 stars 28 forks source link

add light.setPower() #51

Closed paulish closed 7 years ago

paulish commented 7 years ago

It would be nice to have full control over the light power instead of having only on and off methods.

MariusRumpf commented 7 years ago

You can do this by setting using the on() and off() methods on a light, I find on() and off() easier for beginners, that is why I would see no need to add another method with the same function.