node-lightify
node-lightify copied to clipboard
Strange behavior for led strips
Hi,
I started using your lib last weekend and all my bulbs work as expected. Nevertheless I get a strange behavior when turning on led strips.
I use the same code for both, for example:
connection.nodeBrightness(mac, '40', 25, false);
What happens on bulbs: the light dims from 0 to 40. What happens on strips: the light dims from 0 to 40 in red. Its possible to change the color to something different via lightify app or via code, but the next time I try to turn it on again the color is still red.
Is there anything Im missing?
Thanks!