Foddy / node-red-contrib-huemagic

Philips Hue node to control bridges, lights, groups, motion sensors, temperature sensors and Lux sensors using Node-RED.
https://flows.nodered.org/node/node-red-contrib-huemagic
Apache License 2.0
201 stars 67 forks source link

Blinking (alert) a group always turns off lights at the end of the blinking (no restoration of previous state). #294

Open spudje opened 2 years ago

spudje commented 2 years ago

Describe the bug

When sending a payload such as { "alert": 5, "color": "blue"} to a light group node the blinking works fine, but the lights always turn off after the blinking has finished. So even when before the blinking the light group was on. Hence the pre-blinking state is not restored after the blinking.

Flow to Reproduce

Inject node with payload { "alert": 5, "color": "blue"} --> Huemagic light group node

Expected behavior Light group state before blinking restored again after blinking

Please complete the following information: