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
200 stars 67 forks source link

Fix wrong For Loop for gradient in HueLightMessage #368

Open schnyderyx opened 2 years ago

schnyderyx commented 2 years ago

Instead of the planned For Of loop an For In was used. This caused an error when a light supplied this value. Possibly this also corrects the reported problems with "command is executed".