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

Small fixes for gradient color light #317

Closed Kedarebwyn closed 2 years ago

Kedarebwyn commented 2 years ago

There was a small error in the code pertaining to the Philips Hue Gradient capabilities. The use of the for...in loop should be replaced by a for...of loop.