Skip to content

Commit 1a20950

Browse files
committed
Disable _update_log_direction(), not needed
Assume production is stored as a negative number
1 parent 001a95f commit 1a20950

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
@@ -398,7 +398,7 @@ def add_log(
398398
return False
399399
if address != self._last_log_address and slot != self._last_log_slot:
400400
return False
401-
self._update_log_direction(address, slot, timestamp)
401+
# self._update_log_direction(address, slot, timestamp)
402402
self._update_log_references(address, slot)
403403
self._update_log_interval()
404404
self._update_rollover()

0 commit comments

Comments
 (0)