Skip to content

Commit cabceb4

Browse files
Add enum variant for setting bounds on AC reactive power (#51)
This will allow clients to set bounds on a component's AC reactive power.
2 parents 8606316 + eed807e commit cabceb4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

RELEASE_NOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@
3333
This metric has now been added to the `SensorMetric` enum as
3434
`SENSOR_METRIC_DEW_POINT`.
3535

36+
* [Added enum variant for setting bounds on AC reactive power](https://github.com/frequenz-floss/frequenz-api-microgrid/pull/51)
37+
This will allow clients to set bounds on a component's AC reactive power.
38+
3639
## Bug Fixes
3740

3841
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->

proto/frequenz/api/microgrid/microgrid.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,7 @@ message SetBoundsParam {
413413
TARGET_METRIC_CURRENT_PHASE_1 = 3;
414414
TARGET_METRIC_CURRENT_PHASE_2 = 4;
415415
TARGET_METRIC_CURRENT_PHASE_3 = 5;
416+
TARGET_METRIC_POWER_REACTIVE = 6;
416417
}
417418

418419
// The ID of the target component.

0 commit comments

Comments
 (0)