tbowmo/node-red-contrib-mysensors

Debug limited to nodeId 0

ptibubu opened this issue · 1 comments

The mysdebug seems to be limited to msg whose nodeID is 0.
See line 52 of node-red-contrib-mysensors/mysdebug/mysdebug.js,
Any reason?

we normally don't receive debug messages from other nodes over the network. That's the reason why I always check for nodeID 0.