Skip to content

Commit cc7d721

Browse files
authored
Fix documentation comment for COMPONENT_CATEGORY_UNSPECIFIED (#245)
2 parents 12ee3db + 0d410ca commit cc7d721

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

RELEASE_NOTES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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`.

proto/frequenz/api/common/v1/microgrid/components/components.proto

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ import "google/protobuf/timestamp.proto";
2424

2525
// Enumrated component categories.
2626
enum 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.

0 commit comments

Comments
 (0)