Skip to content

Commit bbf0910

Browse files
committed
Update release notes
Signed-off-by: Sahas Subramanian <[email protected]>
1 parent 3a2f7cd commit bbf0910

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

RELEASE_NOTES.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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 -->

0 commit comments

Comments
 (0)