File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
proto/frequenz/api/common/v1alpha8/microgrid Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1616 - ` ElectricalComponentConnections.source_component_id ` has been renamed to ` ElectricalComponentConnections.source_electrical_component_id `
1717 - ` ElectricalComponentConnections.destination_component_id ` has been renamed to ` ElectricalComponentConnections.destination_electrical_component_id `
1818 - ` ElectricalComponentStateSnapshot.component_id ` has been renamed to ` ElectricalComponentStateSnapshot.electrical_component_id `
19+ - ` microgrid.MicrogridComponentIds ` has been renamed to ` microgrid.MicrogridElectricalComponentIds ` .
20+ - ` MicrogridComponentIDs.component_ids ` has been renamed to ` MicrogridElectricalComponentIds.electrical_component_ids ` .
1921
2022
2123## Bug Fixes
Original file line number Diff line number Diff line change @@ -70,12 +70,12 @@ message Microgrid {
7070}
7171
7272// A message to link component IDs with their respective microgrid ID.
73- message MicrogridComponentIDs {
73+ message MicrogridElectricalComponentIDs {
7474 // The ID of the microgrid.
7575 uint64 microgrid_id = 1 ;
7676
77- // List of component IDs belonging to this microgrid.
78- repeated uint64 component_ids = 2 ;
77+ // List of electrical component IDs belonging to this microgrid.
78+ repeated uint64 electrical_component_ids = 2 ;
7979}
8080
8181/// A message to link sensor IDs with their respective microgrid ID.
You can’t perform that action at this time.
0 commit comments