summaryrefslogtreecommitdiff
path: root/test-cli/test/enums
diff options
context:
space:
mode:
Diffstat (limited to 'test-cli/test/enums')
-rw-r--r--test-cli/test/enums/StationStates.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-cli/test/enums/StationStates.py b/test-cli/test/enums/StationStates.py
index 040e6bc..88dba1f 100644
--- a/test-cli/test/enums/StationStates.py
+++ b/test-cli/test/enums/StationStates.py
@@ -18,4 +18,5 @@ class StationStates(Enum):
WAITING_FOR_SCANNER = 50
FINISHED = 60
STATION_REBOOT = 2001
+ STATION_WAIT_SHUTDOWN = 2002