You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename leftover uses of component_id to electrical_component_id
The following changes have been made to the proto file
`electrical_components.proto`:
- `ElectricalComponentConnections.source_component_id` has been
renamed to `ElectricalComponentConnections.source_electrical_component_id`
- `ElectricalComponentConnections.destination_component_id` has been
renamed to
`ElectricalComponentConnections.destination_electrical_component_id`
- `ElectricalComponentStateSnapshot.component_id` has been renamed to
`ElectricalComponentStateSnapshot.electrical_component_id`
Additionally, a few documentation comments have been updated to reflect
the change from "component" to "electrical component".
Signed-off-by: Tiyash Basu <[email protected]>
0 commit comments