json API access of action settings
#1
I am trying to access a setting via the json api. I can change some settings:
{"jsonrpc": "2.0", "method": "Addons.SetAddonEnabled", "params": {"addonid": "pvr.nextpvr", "enabled":true}, "id": 1}
but settings like resetepg don't have a setting as such, they just do something, how do I access them. I tired this and variations of it and just get "Invalid params."
{"jsonrpc":"2.0","method":"Settings.GetSettingValue","id":"epg.resetepg","params":{"setting":"epg.resetepg"}}
Reply

Logout Mark Read Team Forum Stats Members Help
json API access of action settings0