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 719b737 commit ad4c29fCopy full SHA for ad4c29f
plugwise_usb/nodes/helpers/pulses.py
@@ -255,9 +255,7 @@ def update_pulse_counter(
255
) -> None:
256
"""Update pulse counter.
257
258
- Both consumption and production counters reset at the beginning of a new hour.
259
- IDEA: should we treat this event not as a rollover but as a counter reset?
260
- What should be the effect of this reset?
+ Both device consumption and production counters reset after the beginning of a new hour.
261
"""
262
self._pulses_timestamp = timestamp
263
self._update_rollover()
0 commit comments