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 8c6331e commit 61b299eCopy full SHA for 61b299e
plugwise/constants.py
@@ -506,7 +506,9 @@ class ThermoLoc(TypedDict, total=False):
506
class ActuatorData(TypedDict, total=False):
507
"""Actuator data for thermostat types."""
508
509
+ control_state: str
510
lower_bound: float
511
+ regulation_control: str
512
resolution: float
513
setpoint: float
514
setpoint_high: float
@@ -555,6 +557,8 @@ class GwEntityData(TypedDict, total=False):
555
557
select_regulation_mode: str
556
558
559
# Thermostat-related
560
+ regulation_control_modes: list[str]
561
+ select_regulation_control: str
562
thermostats: dict[str, list[str]]
563
# Presets:
564
active_preset: str | None
0 commit comments