Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down