We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4093be8 commit c99400bCopy full SHA for c99400b
1 file changed
plugwise_usb/nodes/helpers/pulses.py
@@ -764,6 +764,7 @@ def _update_log_references(self, address: int, slot: int) -> None:
764
return
765
766
log_timestamp = self._logs[address][slot].timestamp
767
+ is_consumption = self._logs[address][slot].is_consumption
768
# Sync log_timestamp with the device pulsecounter reset-time
769
# This syncs the daily reset of energy counters with the corresponding device pulsecounter reset
770
if self._last_hourly_reset is not None:
0 commit comments