Skip to content

Commit e8be096

Browse files
Fix README (frequenz-floss#197)
2 parents 02482b0 + 550f2f5 commit e8be096

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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

RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
## Bug Fixes
1616

17-
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->
17+
- Update example in README to use `receive_single_component_data`.

0 commit comments

Comments
 (0)