Skip to content

Commit 302b095

Browse files
committed
Init new selfs
1 parent d253497 commit 302b095

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugwise_usb/nodes/helpers/pulses.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ def __init__(self, mac: str) -> None:
8585
self._first_log_production_slot: int | None = None
8686
self._next_log_production_timestamp: datetime | None = None
8787

88-
self._pulsecounter_reset = False
88+
self._cons_pulsecounter_reset = False
89+
self._prod_pulsecounter_reset = False
8990
self._rollover_consumption = False
9091
self._rollover_production = False
9192

0 commit comments

Comments
 (0)