MariusRumpf / node-lifx

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

Added setLabel capability #18

Closed RobinBol closed 9 years ago

RobinBol commented 9 years ago

light.setLabel('Kitchen') sets a new label on a device

MariusRumpf commented 9 years ago

Thanks a lot Robin. It has been merged into the develop branch in 66456b25eeab99aba40083db41814d851c6ade4a. I had to do some tweaking, as the size was set to 12 not 32 as it should, labels where cut off or contain old label parts when set then. This bug is fixed in develop branch. This will find it's way in the next release.