Skip to content

Commit

Permalink
fix lint finding
Browse files Browse the repository at this point in the history
  • Loading branch information
jannast committed Jun 28, 2024
1 parent e18210c commit 8928c36
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/t2iapi/device/device_responses.proto
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,12 @@ Response containing the handle of the newly created mds descriptor.
message InsertMdsDescriptorResponse {
BasicResponse status = 1;
string handle = 2; // handle of the mds descriptor, that was created

}

/*
Response containing the software version of the requested pm:AbstractDeviceComponentDescriptor handle when supported.
*/
message GetComponentSwVersionResponse {
BasicResponse status = 1; // status of the rpc
string software_version = 2; // Software version of the requested device component
}
}
message GetComponentSwVersionResponse {
BasicResponse status = 1; // status of the rpc
string software_version = 2; // Software version of the requested device component
}

0 comments on commit 8928c36

Please sign in to comment.