From 2281afe6280a91d833123d17c02bf1a81c9332b2 Mon Sep 17 00:00:00 2001 From: Ilja Antipov Date: Thu, 1 Aug 2024 11:37:44 +0200 Subject: [PATCH] revert changes to GetRemovableDescriptorsOfClass,use correct response for GetMdsUiSupportedLanguages --- src/t2iapi/device/service.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/t2iapi/device/service.proto b/src/t2iapi/device/service.proto index 170a032..741bd97 100644 --- a/src/t2iapi/device/service.proto +++ b/src/t2iapi/device/service.proto @@ -62,7 +62,7 @@ service DeviceService { /* Get all supported languages of the component with a UI represented by the MDS with the provided handle. */ - rpc GetMdsUiSupportedLanguages (t2iapi.device.SetMdsUiLanguageRequest) returns (BasicResponse); + rpc GetMdsUiSupportedLanguages (t2iapi.device.SetMdsUiLanguageRequest) returns (GetMdsUiSupportedLanguagesResponse); /* Get all descriptor handles which can be removed and reinserted into the MDIB of the device @@ -78,7 +78,7 @@ service DeviceService { to remove descriptors (at least one of every possible kind). */ rpc GetRemovableDescriptorsOfClass (GetRemovableDescriptorsOfClassRequest) - returns (t2iapi.device.GetMdsUiSupportedLanguagesResponse); + returns (t2iapi.device.GetRemovableDescriptorsResponse); /* Remove a descriptor from the device MDIB.