Skip to content

Commit 0c1d8d6

Browse files
authored
Add program OverkizCommandParam (#1551)
* add program OverkizCommand * wrong class for the enum
1 parent 69bb58f commit 0c1d8d6

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
@@ -304,6 +304,7 @@ class OverkizCommandParam(StrEnum):
304304
PERMANENT_HEATING = "permanentHeating"
305305
PERSON_INSIDE = "personInside"
306306
PROG = "prog"
307+
PROGRAM = "program"
307308
RELAUNCH = "relaunch"
308309
RESET = "reset"
309310
SAAC = "SAAC"

0 commit comments

Comments
 (0)