File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
proto/frequenz/api/common/v1/microgrid/components Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,3 +15,4 @@ Update of the `PaginationParams` struct.
1515## Bug Fixes
1616
1717- Fix a dependency issue by pinning the ` grpcio ` version and related libraries.
18+ - Fixed a wrong documentation comment for ` COMPONENT_CATEGORY_UNSPECIFIED ` .
Original file line number Diff line number Diff line change @@ -24,8 +24,7 @@ import "google/protobuf/timestamp.proto";
2424
2525// Enumrated component categories.
2626enum ComponentCategory {
27- // An unknown component categories, useful for error handling, and marking
28- // unknown components in a list of components with otherwise known categories.
27+ // The component category is unspecified. This should not be used.
2928 COMPONENT_CATEGORY_UNSPECIFIED = 0 ;
3029
3130 // The point where the local microgrid is connected to the grid.
You can’t perform that action at this time.
0 commit comments