File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
proto/frequenz/api/microgrid Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 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 -->
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments