Fix terminology in the ListConnections
RPC
#262
Labels
part:protobuf
Affects the protocol buffer definition files
scope:breaking-change
Breaking change, users will need to update their code
type:enhancement
New feature or enhancement visitble to users
Milestone
What's needed?
The
ListConnections
RPC has a request message that talks aboutstart
andend
, which is a bit confusing, as it sounds like it might be referring to ranges of IDs, which is very weird.frequenz-api-microgrid/proto/frequenz/api/microgrid/v1/microgrid.proto
Lines 360 to 370 in 8f4e4f8
The
ComponentConnection
message inapi-common
was renamed to usesource
anddestination
instead ofstart
andend
, so the microgrid API should probably adopt those terms too.Proposed solution
Use cases
No response
Alternatives and workarounds
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: