v0.2.0
·
79 commits
to v0.x.x
since this release
Immutable
release. Only release title and notes can be modified.
Frequenz Assets API Client Release Notes
Summary
This release adds support for retrieving microgrid electrical component connections through a new client method and CLI command.
Upgrading
- The
get_microgridandlist_microgrid_electrical_componentsmethods now expect an argument of typeMicrogridId, instead of anint. - The
PvInvertertype has been renamed toSolarInverter, to be compatible with the microgrid api client.
New Features
- This exposes the abstract
Battery,EvChargerandInvertertypes.
Component Connections API
- New
ComponentConnectionclass: Introduced to represent connections between electrical components in a microgrid - New client method: Added method to retrieve microgrid electrical component connections
- CLI command extension: Added
component-connectionscommand to list component connections
Bug Fixes
What's Changed
- feat(assets): Add Support for Electrical Component Connections by @eduardiazf in #50
- Update release notes by @eduardiazf in #54
- Merge tag v0.1.0 into v0.x.x by @llucax in #56
- Improve identifier typing by @shsms in #55
New Contributors
Full Changelog: v0.1.0...v0.2.0