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?
Hi,
according to the readme, one should set
payload.prependHomeIdtotrueif the corresponding c++ function needs thehomeIdargument.However, if I try that with
requestNodeState, it fails ifprependHomeIdis set totrue, but is successful withoutbool RequestNodeState (uint32 const _homeId, uint8 const _nodeId)Do I interpret the readme wrong?