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 5b29903 commit c7404d3Copy full SHA for c7404d3
plugwise_usb/nodes/helpers/counter.py
@@ -283,7 +283,7 @@ def update(
283
# No syncing needed for the hour-counters, they reset when the device pulsecounter(s) reset
284
last_reset = last_reset.replace(minute=0, second=0, microsecond=0)
285
if self._energy_id in ENERGY_DAY_COUNTERS:
286
- # Postpone the daily reset time change until the device pulsecounter(s) reset
+ # Postpone the daily last_reset time-change until a device pulsecounter resets
287
if pulse_collection.pulse_counter_reset:
288
last_reset = last_reset.replace(hour=0, minute=0, second=0, microsecond=0)
289
0 commit comments