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

Motion Sensor node is missing in 4.2.0 #340

Closed Travelbacon closed 2 years ago

Travelbacon commented 2 years ago

Describe the bug Motion Sensor is missing in the update of 4.2.0

Additional context After installing the newest update 4.2.0, the node for the motion sensor is missing.

MrMiracles commented 2 years ago

Node red tells me; SyntaxError: Unexpected token ')' (line:165)

MrMiracles commented 2 years ago

Fixed it by added in } on line 165 I did a pull request on it.

For now change line 165 from: .then(function() { if(done) { callback(null, true); }) to .then(function() { if(done) { callback(null, true); }})

Swiftnesses commented 2 years ago

Same issue here @Foddy can we have a hotfix pretty please?

Foddy commented 2 years ago

Thank you for your fast hint!