Skip to content

Commit df54e4b

Browse files
committed
Remove deprecated component categories JUNCTION and LOAD
Signed-off-by: Sahas Subramanian <[email protected]>
1 parent 5af57ab commit df54e4b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/frequenz/sdk/microgrid/component/_component.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,10 @@ class ComponentCategory(Enum):
5858

5959
NONE = microgrid_pb.ComponentCategory.COMPONENT_CATEGORY_UNSPECIFIED
6060
GRID = microgrid_pb.ComponentCategory.COMPONENT_CATEGORY_GRID
61-
JUNCTION = microgrid_pb.ComponentCategory.COMPONENT_CATEGORY_JUNCTION
6261
METER = microgrid_pb.ComponentCategory.COMPONENT_CATEGORY_METER
6362
INVERTER = microgrid_pb.ComponentCategory.COMPONENT_CATEGORY_INVERTER
6463
BATTERY = microgrid_pb.ComponentCategory.COMPONENT_CATEGORY_BATTERY
6564
EV_CHARGER = microgrid_pb.ComponentCategory.COMPONENT_CATEGORY_EV_CHARGER
66-
LOAD = microgrid_pb.ComponentCategory.COMPONENT_CATEGORY_LOAD
6765
CHP = microgrid_pb.ComponentCategory.COMPONENT_CATEGORY_CHP
6866

6967
# types not yet supported by the API but which can be inferred

0 commit comments

Comments
 (0)