Skip to content

Commit 9172288

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

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
@@ -25,6 +25,7 @@
2525
- Remove unnecessary gap in numbering in the `ElectricalComponentCategory` enum.
2626
- Renumber variants in the `Metric` enum to remove unnecessary gaps.
2727
- Added a new enum `ElectricalComponentControlMode` to define control modes for electrical components.
28+
- A new inverter type `INVERTER_TYPE_WIND_TURBINE` has been added to the `InverterType` enum.
2829

2930
## Bug Fixes
3031

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)