Skip to content

Commit

Permalink
changed state for ON/OFF
Browse files Browse the repository at this point in the history
  • Loading branch information
parfa30 committed Aug 14, 2024
1 parent 0189c80 commit a802dc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/lsst/ts/xml/enums/LEDProjector.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ class LEDBasicState(enum.IntEnum):
"""

UNKNOWN = 0
OFF = 1
ON = 2
OFF = 2
ON = 1
ERROR = 3
LABJACK_CONNECTED = 4
LABJACK_DISCONNECTED = 5

0 comments on commit a802dc8

Please sign in to comment.