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 ed2ffc8 commit 04024e6Copy full SHA for 04024e6
plugwise_usb/nodes/helpers/pulses.py
@@ -1008,9 +1008,10 @@ def _missing_addresses_after(
1008
address, slot = calc_log_address(address, slot, 1)
1009
while expected_timestamp < target:
1010
1011
- expected_timestamp += timedelta(hours=1)
+ expected_timestamp += calc_interval_cons
1012
if address not in addresses:
1013
addresses.append(address)
1014
+
1015
return addresses
1016
1017
# Production logging active
0 commit comments