Skip to content

Commit ae4d939

Browse files
committed
energy_log_update(): improve docstring
1 parent c1b221b commit ae4d939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise_usb/nodes/circle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ async def energy_log_update(
578578
) -> bool:
579579
"""Request energy logs from node and store them.
580580
581-
Return True if processing succeeded (records stored in memory), regardless of whether new entries were added.
581+
Return True if processing succeeded: records stored in memory, also for empty slots.
582582
Return False on transport or address errors.
583583
"""
584584
if address is None:

0 commit comments

Comments
 (0)