Skip to content

Commit 69bb58f

Browse files
authored
Add antifreeze OverkizCommandParam (#1550)
* add antifreeze OverkizCommand * wrong class for the enum
1 parent 2a1acc6 commit 69bb58f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyoverkiz/enums/command.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ class OverkizCommandParam(StrEnum):
200200
ABSENCE = "absence"
201201
ACTIVE = "active"
202202
ADJUSTMENT = "adjustment"
203+
ANTIFREEZE = "antifreeze"
203204
ARMED = "armed"
204205
ARMED_DAY = "armedDay"
205206
ARMED_NIGHT = "armedNight"

0 commit comments

Comments
 (0)