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 d585a88 commit 622b5caCopy full SHA for 622b5ca
plugwise_usb/nodes/helpers/pulses.py
@@ -624,6 +624,7 @@ def _reset_log_references(self) -> None:
624
if self._last_log_production_timestamp is None:
625
self._last_log_production_timestamp = log_record.timestamp
626
if self._last_log_production_timestamp <= log_record.timestamp:
627
+ self._last_log_production_timestamp = log_record.timestamp
628
self._last_log_production_address = address
629
self._last_log_production_slot = slot
630
0 commit comments