We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5202bb7 commit b7c12dbCopy full SHA for b7c12db
pyoverkiz/enums/command.py
@@ -25,6 +25,7 @@ class OverkizCommand(StrEnum):
25
ARM_PARTIAL_NIGHT = "armPartialNight"
26
BIP = "bip"
27
CANCEL_ABSENCE = "cancelAbsence"
28
+ CHECK_EVENT_TRIGGER = "checkEventTrigger"
29
CLOSE = "close"
30
CLOSE_SLATS = "closeSlats"
31
CYCLE = "cycle"
@@ -307,6 +308,7 @@ class OverkizCommandParam(StrEnum):
307
308
SAAC = "SAAC"
309
SECURED = "secured"
310
SFC = "SFC"
311
+ SHORT = "short"
312
SILENCE = "silence"
313
SILENT = "silent"
314
SLEEPING_MODE = "sleepingMode"
0 commit comments