Send BC.OnResetTimeout
notification to SDL to reset the timeout in case HMI needs more time to process the request.
Name | Type | Mandatory | Additional | Description |
---|---|---|---|---|
vrSynonyms | String | false | array: true minsize: 1 maxsize: 100 maxlength: 40 |
Request new VR synonyms registration Defines an additional voice recognition command. Must not interfere with any name of previously registered applications from the same device. |
language | Common.Language | true | The language application wants to switch to. | |
appID | Integer | true | ID of application that concerns this RPC. |
This RPC has no additional parameter requirements
{ "id" : 206, "jsonrpc" : "2.0", "method" : "VR.ChangeRegistration", "params" : { "language" : "DE-DE", "appID" : 13264 } }
{ "id" : 206, "jsonrpc" : "2.0", "result" : { "code" : 0, "method" : "VR.ChangeRegistration" } }
{ "id" : 206, "jsonrpc" : "2.0", "error" : { "code" : 22, "message" : "The unknown error occurred", "data" : { "method" : "VR.ChangeRegistration" } } }