[mockup.channels] update

This commit is contained in:
xdrm-brackets 2018-03-22 00:23:45 +01:00
parent 8b0d751b56
commit 1ccfebfde5
1 changed files with 8 additions and 8 deletions

View File

@ -3,38 +3,38 @@
"id": 0, "id": 0,
"link": "channel-1", "link": "channel-1",
"label": "first channel", "label": "first channel",
"local": [ "local": {
{ "text": {
"type": "text", "type": "text",
"visible": true, "visible": true,
"list": [ "general", "test-text" ], "list": [ "general", "test-text" ],
"active": 0 "active": 0
}, },
{ "voice": {
"type": "voice", "type": "voice",
"visible": true, "visible": true,
"list": [ "general" , "test-voice" ], "list": [ "general" , "test-voice" ],
"active": null "active": null
} }
] }
}, },
{ {
"id": 1, "id": 1,
"link": "common-channel", "link": "common-channel",
"label": "Common Channel", "label": "Common Channel",
"local": [ "local": {
{ "text": {
"type": "text", "type": "text",
"visible": true, "visible": true,
"list": [ "general2", "test-text-common" ], "list": [ "general2", "test-text-common" ],
"active": 0 "active": 0
}, },
{ "voice": {
"type": "voice", "type": "voice",
"visible": true, "visible": true,
"list": [ "general2" , "test-voice-common" ], "list": [ "general2" , "test-voice-common" ],
"active": null "active": null
} }
] }
} }
] ]