Commit 98299b1
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]>
# Conflicts:
# RELEASE_NOTES.md
# Conflicts:
# RELEASE_NOTES.md1 parent c9a075d commit 98299b1
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 | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
| |||
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 | | |
| |||
356 | 356 | | |
357 | 357 | | |
358 | 358 | | |
359 | | - | |
| 359 | + | |
360 | 360 | | |
361 | 361 | | |
362 | 362 | | |
| |||
0 commit comments