File tree Expand file tree Collapse file tree 2 files changed +5
-20
lines changed
proto/frequenz/api/common/v1alpha8/microgrid/electrical_components Expand file tree Collapse file tree 2 files changed +5
-20
lines changed Original file line number Diff line number Diff line change 1010
1111## New Features
1212
13- - A new package ` frequenz.api.common.v1alpha8 ` has been added.
13+ - A new package ` frequenz.api.common.v1alpha8 ` has been added. It has the following changes when compared to ` frequenz.api.common.v1alpha7 ` :
14+ - ` electrical_components.Fuse ` has been removed.
1415
1516## Bug Fixes
1617
Original file line number Diff line number Diff line change @@ -478,21 +478,6 @@ message EvCharger {
478478 EvChargerType type = 1 ;
479479}
480480
481- // A representation of a fuse.
482- // The fuse component represents a fuse in the microgrid. It is used to protect
483- // components from overcurrents.
484- message Fuse {
485- // The rated current of the fuse in amperes.
486- // This is the maximum current that the fuse can withstand for a long time.
487- // This limit applies to currents both flowing in or out of each of the 3
488- // phases individually.
489- //
490- // In other words, a current _i_ A at one of the phases of the node must
491- // comply with the following constraint:
492- // `-rated_fuse_current <= i <= rated_fuse_current`
493- uint32 rated_current = 1 ;
494- }
495-
496481// A representation of a grid connection point. This is the point where a
497482// microgrid connects to the grid.
498483//
@@ -593,10 +578,9 @@ message ElectricalComponentCategorySpecificInfo {
593578 oneof kind {
594579 Battery battery = 1 ;
595580 EvCharger ev_charger = 2 ;
596- Fuse fuse = 3 ;
597- GridConnectionPoint grid_connection_point = 4 ;
598- Inverter inverter = 5 ;
599- VoltageTransformer voltage_transformer = 6 ;
581+ GridConnectionPoint grid_connection_point = 3 ;
582+ Inverter inverter = 4 ;
583+ VoltageTransformer voltage_transformer = 5 ;
600584 }
601585}
602586
You can’t perform that action at this time.
0 commit comments