Skip to content

Commit

Permalink
Add checkEventTrigger (enum) to commands, and 'short' param (#1356)
Browse files Browse the repository at this point in the history
  • Loading branch information
iMicknl authored Sep 6, 2024
1 parent 5202bb7 commit b7c12db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyoverkiz/enums/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ class OverkizCommand(StrEnum):
ARM_PARTIAL_NIGHT = "armPartialNight"
BIP = "bip"
CANCEL_ABSENCE = "cancelAbsence"
CHECK_EVENT_TRIGGER = "checkEventTrigger"
CLOSE = "close"
CLOSE_SLATS = "closeSlats"
CYCLE = "cycle"
Expand Down Expand Up @@ -307,6 +308,7 @@ class OverkizCommandParam(StrEnum):
SAAC = "SAAC"
SECURED = "secured"
SFC = "SFC"
SHORT = "short"
SILENCE = "silence"
SILENT = "silent"
SLEEPING_MODE = "sleepingMode"
Expand Down

0 comments on commit b7c12db

Please sign in to comment.