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

Fixed "err is node defined" error. #307

Closed Supergiovane closed 2 years ago

Supergiovane commented 2 years ago

Whenever the node lost connection to the hub, it logs the disconnection but in the log line, there is an "err" object not defined. Replaced with the right "error" object.