Skip to content

Commit b73b8ad

Browse files
Add new component category HVAC
This allows us to represent HVAC (Heating, Ventilation, and Air- Conditioning) systems in our APIs. Signed-off-by: Tiyash Basu <[email protected]>
1 parent 0520dbb commit b73b8ad

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

RELEASE_NOTES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
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

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)