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 b377de1 commit 3002c2cCopy full SHA for 3002c2c
plugwise_usb/nodes/helpers/pulses.py
@@ -234,6 +234,8 @@ def _collect_pulses_from_logs(
234
self._mac,
235
)
236
return None
237
+
238
+ timestamp = self._last_log_consumption_timestamp
239
_LOGGER.debug("HOI _last_log_consumption_timestamp=%s", self._last_log_consumption_timestamp)
240
else:
241
if self._last_log_production_timestamp is None:
@@ -242,6 +244,8 @@ def _collect_pulses_from_logs(
242
244
243
245
246
247
248
+ timestamp = self._last_log_production_timestamp
249
_LOGGER.debug("HOI _last_log_production_timestamp=%s", self._last_log_production_timestamp)
250
251
missing_logs = self._logs_missing(from_timestamp)
0 commit comments