mwittig / node-milight-promise

A node module to control Milight LED bulbs and OEM equivalents such as Rocket LED, Limitless LED Applamp, Easybulb, s`luce, iLight, iBulb, and Kreuzer
MIT License
114 stars 27 forks source link

changing the delay before light turns on after hitting a switch #65

Closed tb91 closed 4 years ago

tb91 commented 5 years ago

Hey guys, I did not know where to post this so I am hoping that you won't be mad and even might have a solution. Right now when I turn on my milights with my phone it works instantaneously. But as soon as I use a switch to turn on the "electricity" it waits roughly 200ms before it turns on. Somewhere I read that this is intended and is used to "listen" for a command after a power cut or something. However, I don't want this delay. Anybody experienced the same or know a solution to this? Regards. Tim

mwittig commented 5 years ago

Thank you very much for using node-milight-promise!

The delay before the bulb turns on is a sort of pairing mode which is used to link/unlink controllers/bridges with/from the bulb. As far as I know this value cannot be changed. It is hard-wired in the firmware of the bulbs.

mwittig commented 4 years ago

Closing this as answered