Kore/doc/json_responses/PVR.Details.ChannelGroup.json

25 lines
417 B
JSON
Raw Permalink Normal View History

2015-11-04 00:36:28 +01:00
{
"id": 32,
"jsonrpc": "2.0",
"result": {
"channelgroups": [{
"channelgroupid": 40,
"channeltype": "tv",
"label": "All channels"
}, {
"channelgroupid": -1,
"channeltype": "tv",
"label": "Main"
}, {
"channelgroupid": -1,
"channeltype": "tv",
"label": "Other"
}],
"limits": {
"end": 3,
"start": 0,
"total": 3
}
}
}