From 1f135bde1927b3d400bb1295d3dfa04c5a7628f1 Mon Sep 17 00:00:00 2001 From: bruno-f-cruz <7049351+bruno-f-cruz@users.noreply.github.com> Date: Thu, 10 Jul 2025 16:59:47 -0700 Subject: [PATCH] Add tests for flow-style notation --- tests/data/device.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/data/device.yml b/tests/data/device.yml index 636a6cf..b4b35a9 100644 --- a/tests/data/device.yml +++ b/tests/data/device.yml @@ -48,6 +48,11 @@ bitMasks: DI1: 0x2 DI2: 0x4 DI3: 0x8 + StateFlowStyle: + description: Specifies the state of the digital input lines. + bits: + Enabled: {value: 0x0, description: The state is False} + Disabled: {value: 0x1, description: The state is True} groupMasks: InputMode: description: Specifies when the device reports the state of digital input lines.