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 c1b221b commit ae4d939Copy full SHA for ae4d939
plugwise_usb/nodes/circle.py
@@ -578,7 +578,7 @@ async def energy_log_update(
578
) -> bool:
579
"""Request energy logs from node and store them.
580
581
- Return True if processing succeeded (records stored in memory), regardless of whether new entries were added.
+ Return True if processing succeeded: records stored in memory, also for empty slots.
582
Return False on transport or address errors.
583
"""
584
if address is None:
0 commit comments