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
description: Specifies the state of the digital input lines.
bits:
False: {value: 0x0, description: The state is False}
True: {value: 0x1, description: The state is True}
Add this to a bitmask and try to parse
A possible solution was suggested in #48