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 54f684e commit 8a1fac9Copy full SHA for 8a1fac9
plugwise_usb/nodes/helpers/pulses.py
@@ -667,6 +667,7 @@ def _reset_log_references(self) -> None:
667
if self._last_log_production_timestamp is None:
668
self._last_log_production_timestamp = log_record.timestamp
669
if self._last_log_production_timestamp <= log_record.timestamp:
670
+ self._last_log_production_timestamp = log_record.timestamp
671
self._last_log_production_address = address
672
self._last_log_production_slot = slot
673
0 commit comments