Skip to content

Commit 4c3adf9

Browse files
Remove InverterType.INVERTER_TYPE_WIND_TURBINE
Wind turbines typically do AC->DC->AC conversion, so classifying them as inverters is not appropriate. Additionally, a component category `COMPONENT_CATEGORY_WIND_TURBINE` already exists to represent wind turbines, so it is redundant to have a separate inverter type for them. Signed-off-by: Tiyash Basu <[email protected]>
1 parent 4ad84bf commit 4c3adf9

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

RELEASE_NOTES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
- A new package `frequenz.api.common.v1alpha8` has been added. It has the following changes when compared to `frequenz.api.common.v1alpha7`:
1414
- `electrical_components.Fuse` has been removed.
15+
- `InverterType.INVERTER_TYPE_WIND_TURBINE` has been removed.
1516

1617
## Bug Fixes
1718

proto/frequenz/api/common/v1alpha8/microgrid/electrical_components/electrical_components.proto

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

527527
// Hybrid inverter.
528528
INVERTER_TYPE_HYBRID = 3;
529-
530-
// Wind turbine inverter.
531-
INVERTER_TYPE_WIND_TURBINE = 4;
532529
}
533530

534531
// A representation of an inverter.

0 commit comments

Comments
 (0)