Skip to content

Commit

Permalink
LedState: Add new enum possibilities that were added in 24.8 (#60)
Browse files Browse the repository at this point in the history
Add Red LED states to the LedState enum. These states are available on the new mioDAQ devices.

Signed-off-by: Joe Hershberger <[email protected]>
  • Loading branch information
jhershbe authored Nov 19, 2024
1 parent 59ecda3 commit 398e03c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nisyscfg/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,10 @@ class LedState(BaseEnum):
OFF = 0
SOLID_GREEN = 1
SOLID_YELLOW = 2
SOLID_RED = 16
BLINKING_GREEN = 4
BLINKING_YELLOW = 8
BLINKING_RED = 32


class SwitchState(BaseEnum):
Expand Down

0 comments on commit 398e03c

Please sign in to comment.