@thundergreen wrote:
Dear all,
I Try to start and stop an addon of kodi but did not really understand how to od that.
#The first question would be:
- How to find out the id of the addon
- How to "translate this command into hass command?
{ "description": "Enables/Disables a specific addon", "permission": "ManageAddon", "type": "method", "params": [ { "type": "string", "name": "addonid", "required": true }, { "$ref": "Global.Toggle", "name": "enabled", "required": true } ], "returns": { "type": "string" } }
Thanks for your help
Posts: 8
Participants: 2