Skip to content

Commit 1fc1280

Browse files
committed
Disable _update_log_direction(), not needed
production is stored as a negative number
1 parent c493748 commit 1fc1280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise_usb/nodes/helpers/pulses.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ def add_log(
379379
return False
380380
if address != self._last_log_address and slot != self._last_log_slot:
381381
return False
382-
self._update_log_direction(address, slot, timestamp)
382+
# self._update_log_direction(address, slot, timestamp)
383383
self._update_log_references(address, slot)
384384
self._update_log_interval()
385385
self._update_rollover()

0 commit comments

Comments
 (0)