lifxjs
lifxjs copied to clipboard
JS library for LIFX bulbs
Using lightsColour to set a bulb on or off works, when the last parameter is a bulb object. However, when changing the hue, it does not change. Omitting the bulb...
It would be great to be able to communicate with the Lifx bulbs directly rather than across half the web (via the REST api). The protocol docs are now openly...
Hello, I'm here to say a couple things. First, I'd like to say thanks for all the initial reverse engineering work that was done here. Second, and I'm sorry if...
If I use this js library, will it work with my home wifi, versus the lifxwifi?
I've fleshed out the documentation for SetWaveform, mostly based on Ruby SDK, but I've tested it myself to make sure it still works with the 2.0 firmware.
Recently been having trouble with slow response time. I'm playing with multiple LIFXs. Sometimes one will trigger, then the other 1 second later. Has anyone encountered that. I'm wondering if...
I saw that the official API uses int16 numbers for the colours, but it feels unnatural to me. Would be nice to make abstraction of that at let us use...
Proper power value range is 0x0000 - 0xffff.
LiFX 2.0 firmware upgrade broke the protocol. The On/Off command changes to: proto=0x14, packettype=0x75 with the same payload, The SetColor command changes to proto=0x14, same packettype and payload.