You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Hi,
according to the readme, one should set
payload.prependHomeId
totrue
if the corresponding c++ function needs thehomeId
argument.However, if I try that with
requestNodeState
, it fails ifprependHomeId
is set totrue
, but is successful withoutbool RequestNodeState (uint32 const _homeId, uint8 const _nodeId)
Do I interpret the readme wrong?
The text was updated successfully, but these errors were encountered: