I use Converter node for set bulbs state.
When i send { state: "OFF" } bulbs is turned off
But in response i get {state: "ON", linkquality: 28}
("isResponse" is mine prop)
If i trying send { state: "OFF" } again. I get correct (lamp is off) state.
If i request current state, i get same correct result.
I also trying to use hue node, and this work correct:
State is changing, lamp is turned on/off, response is correct.
I use Converter node for set bulbs state. When i send
{ state: "OFF" }
bulbs is turned off But in response i get{state: "ON", linkquality: 28}
("isResponse" is mine prop)If i trying send
{ state: "OFF" }
again. I get correct (lamp is off) state. If i request current state, i get same correct result.I also trying to use hue node, and this work correct: State is changing, lamp is turned on/off, response is correct.
Thanks!