Skip to content

Commit 40a804a

Browse files
Add inverter type INVERTER_TYPE_WIND_TURBINE
Signed-off-by: Tiyash Basu <[email protected]> # Conflicts: # RELEASE_NOTES.md # Conflicts: # RELEASE_NOTES.md
1 parent a4669a5 commit 40a804a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

RELEASE_NOTES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
- Renumber variants in the `Metric` enum to remove unnecessary gaps.
2727
- Added a new enum `ElectricalComponentControlMode` to define control modes for electrical components.
2828
- Renamed `metric_sample.proto` to `metrics.proto` to better reflect its content.
29+
- A new inverter type `INVERTER_TYPE_WIND_TURBINE` has been added to the `InverterType` enum.
2930

3031
## Bug Fixes
3132

proto/frequenz/api/common/v1/microgrid/electrical_components/inverter.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ enum InverterType {
2323

2424
// Hybrid inverter.
2525
INVERTER_TYPE_HYBRID = 3;
26+
27+
// Wind turbine inverter.
28+
INVERTER_TYPE_WIND_TURBINE = 4;
2629
}
2730

2831
// A representation of an inverter.

0 commit comments

Comments
 (0)