Marius de Vries
Marius de Vries
@ristomatti I was awaiting feedback if this could be published. If somebody want's to test this, write some tests and documentation I will merge it and publish it. As you...
@ristomatti I haven't tried no. Might be worth a try.
The UDP port used for the discovery is 56700. See https://github.com/LIFX/lifx-protocol-docs/blob/master/workflows.md
That is exactly what I though of, there is no stored value anywhere for now
Hey, a instance of the library does take control over the lifx port 567000, which cannot be done twice correct. In order to archive multiple instances there must be some...
With PR #59 it is possible to run multiple node-lifx client instances on the same ip address.
This is something not yet documented by LIFX. I read in a forum post that this is realized by polling but If you saw the broadcast events before we can...
Release 0.4.0 does contain the setWaveform packet, which can be created using the packet directly. ``` js var Lifx = require('./lib/lifx').Client; var packet = require('./lib/lifx').packet; var constants = require('./lib/lifx').constants; var...
I have not tested it, it is more of a brainstorming how to do it (in the light.js file for the library). The error is due to the fact that...
`setWaveform` should be a part of a 1.0 release.