node-red-contrib-openzwave icon indicating copy to clipboard operation
node-red-contrib-openzwave copied to clipboard

Documentation specifies 'nodeId' but 'nodeid' is what works.

Open NodeGuy opened this issue 7 years ago • 0 comments

There appears to be a minor typo in the documentation:

msg.payload.nodeId: (REQUIRED for all topics) zwave node to send the command (eg. 2)

msg.payload.nodeId doesn't work for me but msg.payload.nodeid does.

Either that or the documentation is correct and the code should be rewritten to match it. :-)

NodeGuy avatar May 20 '18 17:05 NodeGuy