You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(assets): Change parameter types for list_microgrid_electrical_component_connections
This commit updates the parameter types for the `list_microgrid_electrical_component_connections` method in the `AssetsApiClient` class, changing `source_component_ids` and `destination_component_ids` from `list[int] | None` to `Iterable[int]`. This change enhances flexibility in passing different iterable types while maintaining functionality.
Signed-off-by: eduardiazf <[email protected]>
0 commit comments