diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 27a4d048..82654299 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -12,6 +12,7 @@ - A new package `frequenz.api.common.v1alpha8` has been added. It has the following changes when compared to `frequenz.api.common.v1alpha7`: - `electrical_components.Fuse` has been removed. + - `InverterType.INVERTER_TYPE_WIND_TURBINE` has been removed. ## Bug Fixes diff --git a/proto/frequenz/api/common/v1alpha8/microgrid/electrical_components/electrical_components.proto b/proto/frequenz/api/common/v1alpha8/microgrid/electrical_components/electrical_components.proto index add496ea..e9c5ba18 100644 --- a/proto/frequenz/api/common/v1alpha8/microgrid/electrical_components/electrical_components.proto +++ b/proto/frequenz/api/common/v1alpha8/microgrid/electrical_components/electrical_components.proto @@ -526,9 +526,6 @@ enum InverterType { // Hybrid inverter. INVERTER_TYPE_HYBRID = 3; - - // Wind turbine inverter. - INVERTER_TYPE_WIND_TURBINE = 4; } // A representation of an inverter.