executable Send CEC commands from JSON Call 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} all https://github.com/joshjowen