2021-11-02, 22:13
I try to get the current pause and screensaver state. Because I'm not able to understand the use of JSON-RPC_API. I searched in internet.
Any idea how to repair the request correct?
Any idea how to repair the request correct?
Output: Invalid params.javascript:
{
"jsonrpc": "2.0",
"method": "Application.GetProperties",
"params": {
"properties": ["PlayPause"]
},
"id": 1
}
Output: invalid Methodsjavascript:
{
"jsonrpc":"2.0",
"id":1,
"method":"xbmc.getCondVisibility",
"params":{
"properties":["System.ScreenSaverActive",]
},
}