Skip to content

Commit a16b0f8

Browse files
authored
Add INCREASE command to OverkizCommandParam enum (#1606)
1 parent b484f6c commit a16b0f8

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
@@ -292,6 +292,7 @@ class OverkizCommandParam(StrEnum):
292292
HOLIDAYS = "holidays"
293293
HORIZONTAL = "horizontal"
294294
INACTIVE = "inactive"
295+
INCREASE = "increase"
295296
INTERNAL = "internal"
296297
INTERNAL_SCHEDULING = "internalScheduling"
297298
LO = "lo"

0 commit comments

Comments
 (0)