File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
proto/frequenz/api/common/v1 Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 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 ` .
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments