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 02482b0 commit 0f297beCopy full SHA for 0f297be
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
0 commit comments