Skip to content

Commit 1f135bd

Browse files
committed
Add tests for flow-style notation
1 parent 3d97d0b commit 1f135bd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/data/device.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@ bitMasks:
4848
DI1: 0x2
4949
DI2: 0x4
5050
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}
5156
groupMasks:
5257
InputMode:
5358
description: Specifies when the device reports the state of digital input lines.

0 commit comments

Comments
 (0)