Skip to content

Commit 95e4a5f

Browse files
Rename PRECHARGE_MODULE to PRECHARGER (#91)
This is done to maintain consistency with the naming of other component categories, none of which contain the word "module".
2 parents 9d75ad7 + efc3821 commit 95e4a5f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

RELEASE_NOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
`COMPONENT_CATEGORY_SENSOR` and the enum `SensorType` from
1616
`frequenz.api.common.components`.
1717

18+
- The component category variant `PRECHARGE_MODULE` has been renamed to
19+
`PRECHARGER`.
20+
1821
## New Features
1922

2023
- Added a new component category variant: `COMPONENT_CATEGORY_FUSE`.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ enum ComponentCategory {
5656
// While many inverters and batteries come equipped with in-built precharging
5757
// mechanisms, some may lack this feature. In such cases, we need to use
5858
// external precharging modules.
59-
COMPONENT_CATEGORY_PRECHARGE_MODULE = 12;
59+
COMPONENT_CATEGORY_PRECHARGER = 12;
6060

6161
// A fuse.
6262
// Fuses are used to protect electrical components from overcurrents.

0 commit comments

Comments
 (0)