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.
2 parents 02482b0 + 550f2f5 commit e8be096Copy full SHA for e8be096
README.md
@@ -75,7 +75,7 @@ This method supports:
75
# Asynchronously collect metric data samples into a list
76
data = [
77
sample async for sample in
78
- client.list_single_component_data(
+ client.receive_single_component_data(
79
microgrid_id=1, # ID of the microgrid to query
80
component_id=100, # ID of the specific component to query
81
metrics=[ # List of metrics to retrieve
RELEASE_NOTES.md
@@ -14,4 +14,4 @@
14
15
## Bug Fixes
16
17
-<!-- Here goes notable bug fixes that are worth a special mention or explanation -->
+- Update example in README to use `receive_single_component_data`.
0 commit comments