Commit 2f7e20d
committed
Rename grid to grid_connection_point in electrical_components.proto
This commit renames the electrical component category
`COMPONENT_CATEGORY_GRID` to
`ELECTRICAL_COMPONENT_CATEGORY_GRID_CONNECTION_POINT` in the proto file.
(the name change of the enum is part of a larger refactoring of the
electrical component category enum).
The oneof variant `ComponentCategoryMetadataVariant.metadata.grid` has
also been renamed to
`ElectricalComponentCategorySpecificInfo.info.grid_connection_point` to
better reflect its purpose.
Signed-off-by: Tiyash Basu <[email protected]>1 parent ca51019 commit 2f7e20d
File tree
2 files changed
+4
-2
lines changed- proto/frequenz/api/common/v1/microgrid/electrical_components
2 files changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
326 | 326 | | |
327 | 327 | | |
328 | 328 | | |
329 | | - | |
| 329 | + | |
330 | 330 | | |
331 | 331 | | |
332 | 332 | | |
| |||
0 commit comments