We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8b869c commit 2c0242bCopy full SHA for 2c0242b
1 file changed
plugwise_usb/nodes/sense.py
@@ -356,8 +356,8 @@ def temperature_direction(self) -> bool:
356
return DEFAULT_SENSE_HYSTERESIS_TEMPERATURE_DIRECTION
357
358
@property
359
- def report_interval(self) -> float:
360
- """Temperature lower bound value."""
+ def report_interval(self) -> int:
+ """Sense report interval in minutes."""
361
if self._hysteresis_config.report_interval is not None:
362
return self._hysteresis_config.report_interval
363
return DEFAULT_SENSE_HYSTERESIS_REPORT_INTERVAL
0 commit comments