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