19 lines
360 B
JSON
19 lines
360 B
JSON
{
|
|
"channels": [
|
|
{
|
|
"id": 1,
|
|
"name": "test-channel",
|
|
"display": {
|
|
"width": 800,
|
|
"height": 600,
|
|
"orientation": "landscape_left"
|
|
}
|
|
}
|
|
],
|
|
"clients": [
|
|
{
|
|
"name": "test-kindle",
|
|
"channel_id": 1
|
|
}
|
|
]
|
|
}
|