-
Notifications
You must be signed in to change notification settings - Fork 0
/
configurationFile.json
96 lines (96 loc) · 1.88 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
{
"system_url": "",
"template": {
"info": {
"comment": "",
"requiredControlSofwareVersion": "",
"systemType": "huddle",
"lastModifiedDate": "2018-07-09T20:00:47.873Z",
"lastUid": 23,
"processorType": "rmc3"
},
"devices": [
{
"key": "processor",
"group": "processor",
"uid": 0,
"supportsCompliance": true,
"type": "rmc3",
"properties": {},
"name": "RMC3"
},
{
"key": "lights-1",
"name": "Acuity Fresco Lighting Scenes",
"type": "acuityfresco",
"group": "pluginDevices",
"properties": {
"control": {
"method": "com",
"controlPortDevKey": "processor",
"controlPortNumber": 1,
"comParams": {
"baudRate": 115200,
"dataBits": 8,
"stopBits": 1,
"parity": "None",
"protocol": "RS232",
"hardwareHandshake": "None",
"softwareHandshake": "None"
}
},
"pollTimeMs": 30000,
"warningTimeoutMs": 180000,
"errorTimeoutMs": 300000,
"scenes": [
{
"name": "Scene 1",
"id": 1,
"roomId": "A",
"level": 100
},
{
"name": "Scene 2",
"id": 5,
"roomId": "B",
"level": 50
},
{
"name": "Scene 3",
"id": 36,
"roomId": "X",
"level": 0
}
]
}
},
{
"key": "lights-1-bridge",
"uid": 11,
"name": "Example Plugin Bridge",
"group": "api",
"type": "eiscApiAdvanced",
"properties": {
"control": {
"tcpSshProperties": {
"address": "127.0.0.2",
"port": 0
},
"ipid": "B1"
},
"devices": [
{
"deviceKey": "lights-1",
"joinStart": 1
}
]
}
}
],
"rooms": [],
"sourceLists": {},
"tieLines": []
},
"template_url": "",
"system": {}
}