-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfigurationFile.json
114 lines (114 loc) · 3.77 KB
/
configurationFile.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"system": {},
"template": {
"devices": [
{
"type": "rmc3",
"name": "rmc3",
"group": "processor",
"supportedConfigModes": [
"compliance",
"essentials"
],
"supportedSystemTypes": [
"hudType",
"presType",
"vtcType",
"custom"
],
"supportsCompliance": true,
"properties": {
"numberOfComPorts": 6,
"numberOfIrPorts": 8,
"numberOfRelays": 8,
"numberOfDIOPorts": 8
},
"key": "processor",
"uid": 0
},
{
"key": "dsp-1",
"uid": 1,
"name": "Converge Pro DSP Essentials Plugin",
"type": "convergeprodsp",
"group": "plugin",
"properties": {
"control": {
"method": "com",
"comParams": {
"parity": "None",
"protocol": "RS232",
"baudRate": 57600,
"dataBits": 8,
"softwareHandshake": "None",
"hardwareHandshake": "RTSCTS",
"stopBits": 1
},
"controlPortNumber": 1,
"controlPortDevKey": "processor"
},
"deviceId": "30",
"levelControlBlocks": {
"fader-1": {
"deviceID": "31",
"label": "Room",
"group": "P",
"channel": "A",
"disabled": false,
"hasLevel": true,
"hasMute": true,
"isMic": false
}
},
"presets": {
"preset-1": {
"deviceID": "31",
"label": "System On",
"preset": "1"
},
"preset-2": {
"label": "System Off",
"preset": "2"
},
"preset-3": {
"label": "Default Levels",
"preset": "3"
}
}
}
},
{
"key": "dsp-1-bridge",
"uid": 4,
"name": "Converge Pro Essentials Plugin Bridge",
"group": "api",
"type": "eiscApi",
"properties": {
"control": {
"tcpSshProperties": {
"address": "127.0.0.2",
"port": 0
},
"ipid": "1A",
"method": "ipidTcp"
},
"devices": [
{
"deviceKey": "dsp-1",
"joinStart": 1
}
]
}
}
],
"info": {
"comment": "",
"lastUid": 8,
"processorType": "rmc3",
"requiredControlSofwareVersion": "",
"systemType": "huddle"
},
"rooms": [],
"tieLines": []
}
}