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 c493748 commit 1fc1280Copy full SHA for 1fc1280
plugwise_usb/nodes/helpers/pulses.py
@@ -379,7 +379,7 @@ def add_log(
379
return False
380
if address != self._last_log_address and slot != self._last_log_slot:
381
382
- self._update_log_direction(address, slot, timestamp)
+ # self._update_log_direction(address, slot, timestamp)
383
self._update_log_references(address, slot)
384
self._update_log_interval()
385
self._update_rollover()
0 commit comments