UnsubscribeButton
request to HMI, so that the application and HMI are in sync.UnsubscribeButton
request for all button names subscribed only by the application just disconnected.Name | Type | Mandatory | Additional |
---|---|---|---|
appID | Integer | true | |
buttonName | Common.ButtonName | true |
This RPC has no additional parameter requirements
{ "id": 32, "jsonrpc": "2.0", "method": "Buttons.UnsubscribeButton", "params": { "appID": 680015438, "buttonName": "VOLUME_UP" } }
{ "id": 32, "jsonrpc": "2.0", "result": { "code": 0, "method": "Buttons.UnsubscribeButton" } }
{ "error": { "code": 22, "data": { "method": "Buttons.UnsubscribeButton" }, "message": "An unknown issue occurred" }, "id": 32, "jsonrpc": "2.0" }