mabunixda / node-red-contrib-nuki

node for nuki
MIT License
6 stars 9 forks source link

currentNode undefined #30

Closed kapet closed 2 years ago

kapet commented 2 years ago

in NukiBridgeControl.prototype.handleBridgeEvent: currentNode is not defined

I think s/currentNode/node/ is the necessary fix

kapet commented 2 years ago

Sorry, the fix didn't work. The problem is that the code in NukiBridgeControl.prototype.handleBridgeEvent uses BOTH 'node' and 'currentNode'.

I'll try to submit a pull request for a fix.