We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73974be commit 3b38975Copy full SHA for 3b38975
plugwise_usb/nodes/helpers/pulses.py
@@ -109,7 +109,7 @@ def collected_logs(self) -> int:
109
110
@property
111
def hourly_reset_time(self) -> datetime | None:
112
- """Provide the device hourly pulse reset time."""
+ """Provide the device hourly pulse reset time, using in testing."""
113
if (timestamp := self._cons_last_hourly_reset) is not None:
114
return timestamp
115
if (timestamp := self._prod_last_hourly_reset) is not None:
0 commit comments