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 e886907 commit c611d65Copy full SHA for c611d65
plugwise_usb/nodes/helpers/pulses.py
@@ -525,7 +525,7 @@ def _update_log_direction(
525
self._reset_log_references()
526
elif self._log_production is None:
527
self._log_production = False
528
- elif self._prev_log_exists:
+ elif self._prev_log_exists:
529
self._prev_log_exists = False
530
531
next_address, next_slot = calc_log_address(address, slot, 1)
0 commit comments