node-red-contrib-openzwave
node-red-contrib-openzwave copied to clipboard
prependHomeId confusion
Hi,
according to the readme, one should set payload.prependHomeId to true if the corresponding c++ function needs the homeId argument.
However, if I try that with requestNodeState, it fails if prependHomeId is set to true, but is successful without
bool RequestNodeState (uint32 const _homeId, uint8 const _nodeId)
Do I interpret the readme wrong?