We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d97d0b commit 1f135bdCopy full SHA for 1f135bd
1 file changed
tests/data/device.yml
@@ -48,6 +48,11 @@ bitMasks:
48
DI1: 0x2
49
DI2: 0x4
50
DI3: 0x8
51
+ StateFlowStyle:
52
+ description: Specifies the state of the digital input lines.
53
+ bits:
54
+ Enabled: {value: 0x0, description: The state is False}
55
+ Disabled: {value: 0x1, description: The state is True}
56
groupMasks:
57
InputMode:
58
description: Specifies when the device reports the state of digital input lines.
0 commit comments