We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d500bbc commit f30325aCopy full SHA for f30325a
plugwise/constants.py
@@ -245,14 +245,14 @@
245
"domestic_hot_water_setpoint",
246
"max_dhw_temperature",
247
"maximum_boiler_temperature",
248
- "regulation_control",
249
"temperature_offset",
250
"thermostat",
251
]
252
ACTIVE_ACTUATORS: Final[tuple[str, ...]] = get_args(ActuatorType)
253
254
ActuatorDataType = Literal[
255
"lower_bound",
+ "regulation_control",
256
"resolution",
257
"setpoint",
258
"setpoint_high",
@@ -290,6 +290,7 @@
290
LIMITS: Final[tuple[str, ...]] = (
291
292
"offset",
293
294
295
296
"upper_bound",
0 commit comments