Skip to content

Commit 0f297be

Browse files
chore: update function name in readme
Signed-off-by: Matthias Wende <[email protected]>
1 parent 02482b0 commit 0f297be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ This method supports:
7575
# Asynchronously collect metric data samples into a list
7676
data = [
7777
sample async for sample in
78-
client.list_single_component_data(
78+
client.receive_single_component_data(
7979
microgrid_id=1, # ID of the microgrid to query
8080
component_id=100, # ID of the specific component to query
8181
metrics=[ # List of metrics to retrieve

0 commit comments

Comments
 (0)