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

prependHomeId confusion

Open cinhcet opened this issue 5 years ago • 0 comments

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?

cinhcet avatar Jun 01 '20 09:06 cinhcet