Skip to content

Commit bc74eb2

Browse files
committed
Add tests for flow-style syntax
1 parent 3d97d0b commit bc74eb2

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

tests/data/device.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,20 @@ bitMasks:
4848
DI1: 0x2
4949
DI2: 0x4
5050
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+
description: Specifies the state of the digital input lines.
62+
bits:
63+
False: {value: 0x0, description: The state is False}
64+
True: {value: 0x1, description: The state is True}
5165
groupMasks:
5266
InputMode:
5367
description: Specifies when the device reports the state of digital input lines.

0 commit comments

Comments
 (0)