Skip to content

Commit 61b299e

Browse files
committed
Amend typing
1 parent 8c6331e commit 61b299e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

plugwise/constants.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,9 @@ class ThermoLoc(TypedDict, total=False):
506506
class ActuatorData(TypedDict, total=False):
507507
"""Actuator data for thermostat types."""
508508

509+
control_state: str
509510
lower_bound: float
511+
regulation_control: str
510512
resolution: float
511513
setpoint: float
512514
setpoint_high: float
@@ -555,6 +557,8 @@ class GwEntityData(TypedDict, total=False):
555557
select_regulation_mode: str
556558

557559
# Thermostat-related
560+
regulation_control_modes: list[str]
561+
select_regulation_control: str
558562
thermostats: dict[str, list[str]]
559563
# Presets:
560564
active_preset: str | None

0 commit comments

Comments
 (0)