Solved api type "Configuration"
#1
Is the type "Configuration" ever used in the current json API?
Its listed but I can never find its use.

"Configuration": {
"id": "Configuration",
"properties": {
"notifications": {
"$ref": "Configuration.Notifications",
"required": true
}
},
"required": true,
"type": "object"
},
Reply
#2
Yes it's the return type of the JSONRPC.GetConfiguration request which is only available on transports that support notifications so WebSockets and TCP.
Always read the online manual (wiki), FAQ (wiki) and search the forum before posting.
Do not e-mail Team Kodi members directly asking for support. Read/follow the forum rules (wiki).
Please read the pages on troubleshooting (wiki) and bug reporting (wiki) before reporting issues.
Reply

Logout Mark Read Team Forum Stats Members Help
api type "Configuration"0