Skip to content

Commit 713b982

Browse files
committed
Extend docstring of hourly_reset_time property
1 parent 23c9f51 commit 713b982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise_usb/nodes/helpers/pulses.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def collected_logs(self) -> int:
109109

110110
@property
111111
def hourly_reset_time(self) -> datetime | None:
112-
"""Provide the device hourly pulse reset time."""
112+
"""Provide the device hourly pulse reset time, using in testing."""
113113
if (timestamp := self._cons_last_hourly_reset) is not None:
114114
return timestamp
115115
if (timestamp := self._prod_last_hourly_reset) is not None:

0 commit comments

Comments
 (0)