File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
proto/frequenz/api/common/v1/microgrid/components Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1010
1111## New Features
1212
13- <!-- Here goes the main new features and examples or instructions on how to use them -->
13+ - A new component category ` COMPONENT_CATEGORY_HVAC ` has been added to the API
14+ to represent HVAC (Heating, Ventilation, and Air Conditioning) systems.
1415
1516## Bug Fixes
1617
Original file line number Diff line number Diff line change @@ -81,6 +81,9 @@ enum ComponentCategory {
8181 // Note that voltage transformers have efficiency losses, so the output power
8282 // is always less than the input power.
8383 COMPONENT_CATEGORY_VOLTAGE_TRANSFORMER = 14 ;
84+
85+ // An HVAC (Heating, Ventilation, and Air Conditioning) system.
86+ COMPONENT_CATEGORY_HVAC = 15 ;
8487}
8588
8689// Metadata specific to a microgrid component.
You can’t perform that action at this time.
0 commit comments