Skip to content

Commit 5a2e64a

Browse files
committed
Add comments
1 parent 61298bf commit 5a2e64a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

plugwise/devices.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -206,10 +206,10 @@ class JipLisaTomSensors(TypedDict, total=False):
206206
"""Tom sensors class."""
207207

208208
battery: int
209-
humidity: int
210-
setpoint: float
211-
setpoint_high: float
212-
setpoint_low: float
209+
humidity: int # Jip only
210+
setpoint: float # heat or cool
211+
setpoint_high: float # heat_cool
212+
setpoint_low: float # heat_cool
213213
temperature: float
214214
temperature_difference: float
215215
valve_position: float
@@ -240,9 +240,9 @@ class ThermostatDict(TypedDict, total=False):
240240

241241
lower_bound: float
242242
resolution: float
243-
setpoint: float
244-
setpoint_high: float
245-
setpoint_low: float
243+
setpoint: float # heat or cool
244+
setpoint_high: float # heat_cool
245+
setpoint_low: float # heat_cool
246246
upper_bound: float
247247

248248

0 commit comments

Comments
 (0)