-
Notifications
You must be signed in to change notification settings - Fork 0
/
epiphan-pearl-configurationFile.json
63 lines (63 loc) · 1.53 KB
/
epiphan-pearl-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
{
"system": {},
"system_url": "",
"template": {
"devices": [
{
"key": "processor",
"type": "pro3",
"name": "processor",
"group": "processor",
"uid": 0,
"supportedConfigModes": ["compliance", "essentials"],
"supportedSystemTypes": ["hudType", "presType", "vtcType", "custom"],
"supportsCompliance": true,
"properties": {
"numberOfComPorts": 6,
"numberOfIrPorts": 8,
"numberOfRelays": 8,
"numberOfDIOPorts": 8
}
},
{
"key": "recorder",
"uid": 6,
"name": "recorder",
"type": "epiphanpearl2",
"group": "recorders",
"properties": {
"host": "10.11.50.123",
"username": "admin",
"password": "pepperdash2k!",
"secure": false
}
},
{
"key": "bridge",
"name": "bridge",
"type": "eiscapiadvanced",
"group": "bridges",
"properties": {
"control": {
"tcpSshProperties": {
"address": "127.0.0.2",
"port": 0
},
"ipid": "3",
"method": "ipidTcp"
},
"devices": [
{
"deviceKey": "recorder",
"deviceKey.comment": "This is the key of the FlexButtons device that you want to use. Leave this alone.",
"joinStart": 1
}
]
}
}
],
"info": {},
"rooms": [],
"tieLines": []
}
}