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 #369

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 and doesn't applied the gradient colors.