File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
src/frequenz/sdk/microgrid/component Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments