-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsample-config.json
More file actions
executable file
·43 lines (43 loc) · 1.42 KB
/
sample-config.json
File metadata and controls
executable file
·43 lines (43 loc) · 1.42 KB
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
{
"accessories": [
{
"platform": "RiscoAlarm",
"name": "RiscoAlarm",
"polling": true|false,
"pollInterval": 10000,
"riscoCloudDomainURL": "",
"riscoUsername": "",
"riscoPassword": "",
"riscoSiteId": 12345,
"riscoPIN": "",
"logRCResponse": true|false,
"OccupancyPreventArming": true|false,
"armCommand": "armed|partially|disarmed",
"partialCommand": "armed|partially|disarmed",
"homeCommand": "armed|partially|disarmed",
"disarmCommand": "armed|partially|disarmed",
"Partition": "none|all|system|0,1,..",
"Groups": "all|none|0,1,2,....",
"Outputs": "all|none|0,1,2,....",
"Detectors": "all|none|0,1,2,....",
"Custom": {
"Door": "all|0,1,2,....",
"Window": "all|0,1,2,....",
"Contact Sensor": "all|0,1,2,....",
"Vibrate Sensor": "all|0,1,2,....",
"Smoke Sensor": "all|0,1,2,....",
},
"Combined": {
"Door": [
{"In": "X", "Out": "Y"}
],
"Window": [
{"In": "X", "Out": "Y"}
],
"GarageDoor": [
{"In": "X", "Out": "Y"}
]
}
}
]
}