Skip to content

Commit f30325a

Browse files
committed
Change
1 parent d500bbc commit f30325a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugwise/constants.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,14 +245,14 @@
245245
"domestic_hot_water_setpoint",
246246
"max_dhw_temperature",
247247
"maximum_boiler_temperature",
248-
"regulation_control",
249248
"temperature_offset",
250249
"thermostat",
251250
]
252251
ACTIVE_ACTUATORS: Final[tuple[str, ...]] = get_args(ActuatorType)
253252

254253
ActuatorDataType = Literal[
255254
"lower_bound",
255+
"regulation_control",
256256
"resolution",
257257
"setpoint",
258258
"setpoint_high",
@@ -290,6 +290,7 @@
290290
LIMITS: Final[tuple[str, ...]] = (
291291
"lower_bound",
292292
"offset",
293+
"regulation_control",
293294
"resolution",
294295
"setpoint",
295296
"upper_bound",

0 commit comments

Comments
 (0)