Skip to content

Commit 4d67d91

Browse files
Add inverter type INVERTER_TYPE_WIND_TURBINE
Signed-off-by: Tiyash Basu <[email protected]>
1 parent 997959c commit 4d67d91

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
@@ -24,6 +24,7 @@
2424
- Added new message definitions for streaming events (Deleted, Created, Updated)
2525
- Remove unnecessary gap in numbering in the `ElectricalComponentCategory` enum.
2626
- Renumber variants in the `Metric` enum to remove unnecessary gaps.
27+
- A new inverter type `INVERTER_TYPE_WIND_TURBINE` has been added to the `InverterType` enum.
2728

2829
## Bug Fixes
2930

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)