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 97f65fc commit 1fb3f3aCopy full SHA for 1fb3f3a
src/frequenz/client/assets/_client.py
@@ -141,8 +141,8 @@ async def list_microgrid_electrical_components(
141
async def list_microgrid_electrical_component_connections(
142
self,
143
microgrid_id: int,
144
- source_component_ids: list[int] | None = None,
145
- destination_component_ids: list[int] | None = None,
+ source_component_ids: Iterable[int] = (),
+ destination_component_ids: Iterable[int] = (),
146
) -> list[ComponentConnection | None]:
147
"""
148
Get the electrical component connections of a microgrid.
0 commit comments