Skip to content

Commit 6e9a5df

Browse files
committed
Add missing @Property
1 parent 5c8db1b commit 6e9a5df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugwise_usb/nodes/helpers/pulses.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ def last_update(self) -> datetime | None:
165165
"""Return timestamp of last update."""
166166
return self._pulses_timestamp
167167

168+
@property
168169
def pulse_counter_reset(self) -> bool:
169170
"""Return a pulse_counter reset."""
170171
return self._cons_pulsecounter_reset or self._prod_pulsecounter_reset

0 commit comments

Comments
 (0)