executableSend CEC commands from JSONCall this addon from the xbmc json-rpc to run CEC commands through an appropriate adapter.
accepted commands are 'activate', 'toggle' and 'standby'. Example:
{"jsonrpc":"2.0","method":"Addons.ExecuteAddon",
"params":{"addonid":"script.json-cec",
"params":{"command":"activate"}},"id":1}allhttps://github.com/joshjowen