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
This will cater for cases where e.g. the whole network is in OP but one slave is not. Currently, an enum is used which would result in this network state giving a SlaveState::Unknown.
When doing a BRD for status, the bits are ORed as the packet transits each device, meaning a bitflags struct is the best way to represent this.
The text was updated successfully, but these errors were encountered:
This will cater for cases where e.g. the whole network is in
OP
but one slave is not. Currently, an enum is used which would result in this network state giving aSlaveState::Unknown
.When doing a BRD for status, the bits are ORed as the packet transits each device, meaning a
bitflags
struct is the best way to represent this.The text was updated successfully, but these errors were encountered: