Skip to content

Commit

Permalink
remote_id: Fixed more types
Browse files Browse the repository at this point in the history
  • Loading branch information
persuader72 committed Jan 16, 2024
1 parent d0f5fd2 commit 25e2640
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions protos/remote_id/remote_id.proto
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ message SetBasicIdResponse {
}

message SetLocationRequest {
Location location = 1; // Desidered location
Location location = 1; // Desired location
}
message SetLocationResponse {
RemoteIdResult remote_id_result = 1;
Expand All @@ -60,21 +60,21 @@ message SetLocationAccuracyResponse {
}

message SetSystemRequest {
SystemId system = 1; // Desidered system
SystemId system = 1; // Desired system
}
message SetSystemResponse {
RemoteIdResult remote_id_result = 1;
}

message SetOperatorIdRequest {
OperatorId system = 1; // Desidered operator_id
OperatorId system = 1; // Desired operator_id
}
message SetOperatorIdResponse {
RemoteIdResult remote_id_result = 1;
}

message SetSelfIdRequest {
SelfId self_id = 1; // Desidered self_id
SelfId self_id = 1; // Desired self_id
}
message SetSelfIdResponse {
RemoteIdResult remote_id_result = 1;
Expand Down

0 comments on commit 25e2640

Please sign in to comment.