A notification to inform SDL about a command being selected which had previously been added via UI.AddCommand
The HMI must send the UI.OnCommand notification to SDL when the user selects a command from the application's menu or sub menu.
Name | Type | Mandatory | Additional |
---|---|---|---|
cmdID | Integer | true | minvalue: 0 maxvalue: 2000000000 |
appID | Integer | true |
{ "jsonrpc" : "2.0", "method" : "UI.OnCommand", "params" : { "cmdID" : 2318, "appID" : 65409 } }