File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,12 @@ 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 ` .
1010
1111## New Features
1212
13+ - This exposes the abstract ` Battery ` , ` EvCharger ` and ` Inverter ` types.
14+
1315### Component Connections API
1416
1517* ** New ` ComponentConnection ` class** : Introduced to represent connections between electrical components in a microgrid
@@ -18,4 +20,4 @@ No migration required. This is a backward-compatible feature addition.
1820
1921## Bug Fixes
2022
21- <!-- No bug fixes in this release -->
23+ <!-- No bug fixes in this release -->
You can’t perform that action at this time.
0 commit comments