Skip to content

Commit

Permalink
use BasicHandleRequest instead of SetMdsUiLanguageRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
antipovi-draeger committed Aug 5, 2024
1 parent 2281afe commit baecc3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/t2iapi/device/service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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 (GetMdsUiSupportedLanguagesResponse);
rpc GetMdsUiSupportedLanguages (t2iapi.BasicHandleRequest) returns (GetMdsUiSupportedLanguagesResponse);

/*
Get all descriptor handles which can be removed and reinserted into the MDIB of the device
Expand Down

0 comments on commit baecc3a

Please sign in to comment.