Skip to content

Commit 8b0b535

Browse files
authored
Add update command and EXTERNAL_SET_POINT param (#701)
1 parent e70032f commit 8b0b535

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyoverkiz/enums/command.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ class OverkizCommand(str, Enum):
116116
UNINSTALLED = "uninstalled"
117117
UNLOCK = "unlock"
118118
UP = "up"
119+
UPDATE = "update"
119120
WINK = "wink"
120121

121122

@@ -158,6 +159,8 @@ class OverkizCommandParam(str, Enum):
158159
ENERGY_DEMAND_STATUS = "energyDemandStatus"
159160
EXTERNAL = "external"
160161
EXTERNAL_GATEWAY = "externalGateway"
162+
EXTERNAL_SCHEDULING = "externalScheduling"
163+
EXTERNAL_SETPOINT = "externalSetpoint"
161164
FAN = "fan"
162165
FREE = "free"
163166
FREEZE_MODE = "freezeMode"

0 commit comments

Comments
 (0)