Skip to content

Commit b30e762

Browse files
llucaxshsms
andauthored
Apply suggestions from code review
Co-authored-by: Sahas Subramanian <[email protected]> Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 4621fdf commit b30e762

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

RELEASE_NOTES.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,16 @@ This release main introduces the new `PeriodicFeatureExtractor`, the control int
1818

1919
* Formulas now follow the new naming scheme.
2020

21-
- `BatteryPool.{production_power, consumption_power}`
22-
- `EVChargerPool.{production_power, consumption_power}`
21+
- `BatteryPool.{power, production_power, consumption_power}`
22+
- `EVChargerPool.{power, production_power, consumption_power}`
2323
- `LogicalMeter`:
2424
- `consumer_power`
25+
- `grid_power`
2526
- `grid_production_power`
2627
- `grid_consumption_power`
2728
- `chp_power`
2829
- `chp_production_power`
29-
- `chp_consumption_power`
30+
- `chp_consumption_power`
3031

3132
* A power request can now be forced by setting the `include_broken` attribute. This is especially helpful as a safety measure when components appear to be failing, such as when battery metrics are unavailable. Note that applications previously relying on automatic fallback to all batteries when none of them was working will now require the `include_broken` attribute to be explicitly set in the request.
3233

@@ -54,4 +55,4 @@ This release main introduces the new `PeriodicFeatureExtractor`, the control int
5455

5556
## Bug Fixes
5657

57-
* Fixed many exapmles in the documentation.
58+
* Fixed many examples in the documentation.

0 commit comments

Comments
 (0)