File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,13 @@ This release adds support for retrieving microgrid electrical component connecti
66
77## Upgrading
88
9- No migration required. This is a backward-compatible feature addition.
9+ - The ` get_microgrid ` and ` list_microgrid_electrical_components ` methods now expect an argument of type ` MicrogridId ` , instead of an ` int ` .
10+ - The ` PvInverter ` type has been renamed to ` SolarInverter ` , to be compatible with the microgrid api client.
1011
1112## New Features
1213
14+ - This exposes the abstract ` Battery ` , ` EvCharger ` and ` Inverter ` types.
15+
1316### Component Connections API
1417
1518* ** New ` ComponentConnection ` class** : Introduced to represent connections between electrical components in a microgrid
@@ -18,4 +21,4 @@ No migration required. This is a backward-compatible feature addition.
1821
1922## Bug Fixes
2023
21- <!-- No bug fixes in this release -->
24+ <!-- No bug fixes in this release -->
You can’t perform that action at this time.
0 commit comments