Skip to content

Commit b7c12db

Browse files
authored
Add checkEventTrigger (enum) to commands, and 'short' param (#1356)
1 parent 5202bb7 commit b7c12db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyoverkiz/enums/command.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ class OverkizCommand(StrEnum):
2525
ARM_PARTIAL_NIGHT = "armPartialNight"
2626
BIP = "bip"
2727
CANCEL_ABSENCE = "cancelAbsence"
28+
CHECK_EVENT_TRIGGER = "checkEventTrigger"
2829
CLOSE = "close"
2930
CLOSE_SLATS = "closeSlats"
3031
CYCLE = "cycle"
@@ -307,6 +308,7 @@ class OverkizCommandParam(StrEnum):
307308
SAAC = "SAAC"
308309
SECURED = "secured"
309310
SFC = "SFC"
311+
SHORT = "short"
310312
SILENCE = "silence"
311313
SILENT = "silent"
312314
SLEEPING_MODE = "sleepingMode"

0 commit comments

Comments
 (0)