File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/frequenz/client/reporting Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1010
1111## New Features
1212
13- * The client method ` list_multiple_microgrid_components_data ` is added to
13+ * The client method ` list_microgrid_components_data ` is added to
1414expose the functionality of supporting arbitrary lists of microgrid-component IDs
1515and metric IDs. It is intended to be as close as possible on the gRPC function call.
1616
Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ async def list_single_component_data(
158158 yield entry
159159
160160 # pylint: disable=too-many-arguments
161- async def list_multiple_microgrid_components_data (
161+ async def list_microgrid_components_data (
162162 self ,
163163 * ,
164164 microgrid_components : list [tuple [int , list [int ]]],
You can’t perform that action at this time.
0 commit comments