Skip to content

Commit a888027

Browse files
committed
more docstring updates
1 parent 6d3ff6b commit a888027

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

plugwise_usb/api.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -271,13 +271,13 @@ class SenseHysteresisConfig:
271271
272272
Attributes:
273273
humidity_enabled: bool | None: enable humidity hysteresis
274-
humidity_upper_bound: float | None: upper humidity switching value
275-
humidity_lower_bound: float | None: lower humidity switching value
276-
humidity_direction: bool | None: True switch ON when humidity rises, False switch OFF when humidity rises
274+
humidity_upper_bound: float | None: upper humidity switching threshold (%RH)
275+
humidity_lower_bound: float | None: lower humidity switching threshold (%RH)
276+
humidity_direction: bool | None: True = switch ON when humidity rises; False = switch OFF when humidity rises
277277
temperature_enabled: bool | None: enable temperature hysteresis
278-
temperature_upper_bound: float | None: upper temperature switching value
279-
temperature_lower_bound: float | None: lower temperature switching value
280-
temperature_direction: bool | None: True switch ON when temperature rises, False switch OFF when temperature rises
278+
temperature_upper_bound: float | None: upper temperature switching threshold (°C)
279+
temperature_lower_bound: float | None: lower temperature switching threshold (°C)
280+
temperature_direction: bool | None: True = switch ON when temperature rises; False = switch OFF when temperature rises
281281
dirty: bool: Settings changed, device update pending
282282
283283
Notes:

0 commit comments

Comments
 (0)