We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9a63a8 commit 15f4340Copy full SHA for 15f4340
1 file changed
plugwise_usb/nodes/helpers/pulses.py
@@ -518,8 +518,8 @@ def _update_log_direction(
518
or double slots containing consumption and production data.
519
Single slots containing production data only is NOT supported/tested.
520
"""
521
- prev_timestamp = self._check_prev_production(self, address, slot, timestamp)
522
- next_timestamp = self._check_next_production(self, address, slot, timestamp)
+ prev_timestamp = self._check_prev_production(address, slot, timestamp)
+ next_timestamp = self._check_next_production(address, slot, timestamp)
523
if self._first_prev_log_processed and self._first_next_log_processed:
524
# _log_production is True when 2 out of 3 consecutive slots have
525
# the same timestamp
0 commit comments