Skip to content

Commit 2c0242b

Browse files
committed
CR: type fix and docstring
1 parent a8b869c commit 2c0242b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugwise_usb/nodes/sense.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,8 +356,8 @@ def temperature_direction(self) -> bool:
356356
return DEFAULT_SENSE_HYSTERESIS_TEMPERATURE_DIRECTION
357357

358358
@property
359-
def report_interval(self) -> float:
360-
"""Temperature lower bound value."""
359+
def report_interval(self) -> int:
360+
"""Sense report interval in minutes."""
361361
if self._hysteresis_config.report_interval is not None:
362362
return self._hysteresis_config.report_interval
363363
return DEFAULT_SENSE_HYSTERESIS_REPORT_INTERVAL

0 commit comments

Comments
 (0)