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 d253497 commit 302b095Copy full SHA for 302b095
plugwise_usb/nodes/helpers/pulses.py
@@ -85,7 +85,8 @@ def __init__(self, mac: str) -> None:
85
self._first_log_production_slot: int | None = None
86
self._next_log_production_timestamp: datetime | None = None
87
88
- self._pulsecounter_reset = False
+ self._cons_pulsecounter_reset = False
89
+ self._prod_pulsecounter_reset = False
90
self._rollover_consumption = False
91
self._rollover_production = False
92
0 commit comments