Skip to content

Commit 65c72eb

Browse files
docs: update release notes
Signed-off-by: Mohammad Tayyab <Mohammad.Tayyab@neustrom.de>
1 parent df895d6 commit 65c72eb

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

RELEASE_NOTES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@
77
## Upgrading
88

99
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
10+
- Adds active energy consumed and delivered data accessors to `MicrogridData`, plus a new helper to fetch
11+
metrics for the component types present in a microgrid configuration.
12+
13+
## Upgrading
14+
15+
- `MicrogridData`
16+
- adds `ac_active_energy_consumed()`, `ac_active_energy_delivered()`, `metric_with_present_component_types()` to fetch:
17+
- `ac_active_power`
18+
- `energy_consumed`
19+
- `energy_delivered`
20+
- net `ac_active_energy` (`consumed - delivered`)
1021

1122
## New Features
1223

0 commit comments

Comments
 (0)