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 001a95f commit 1a20950Copy full SHA for 1a20950
plugwise_usb/nodes/helpers/pulses.py
@@ -398,7 +398,7 @@ def add_log(
398
return False
399
if address != self._last_log_address and slot != self._last_log_slot:
400
401
- self._update_log_direction(address, slot, timestamp)
+ # self._update_log_direction(address, slot, timestamp)
402
self._update_log_references(address, slot)
403
self._update_log_interval()
404
self._update_rollover()
0 commit comments