diff --git a/src/t2iapi/device/device_responses.proto b/src/t2iapi/device/device_responses.proto index ea5be91..5b5af3b 100644 --- a/src/t2iapi/device/device_responses.proto +++ b/src/t2iapi/device/device_responses.proto @@ -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 - } -} \ No newline at end of file +message GetComponentSwVersionResponse { + BasicResponse status = 1; // status of the rpc + string software_version = 2; // Software version of the requested device component +}