-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathsample-dsc-config.json
31 lines (29 loc) · 974 Bytes
/
sample-dsc-config.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
{
"bridge": {
"name": "Homebridge",
"username": "CC:22:3D:E3:CE:31",
"port": 51826,
"pin": "031-45-154"
},
"description": "This is an example configuration file for the alarmdecoder-platform.",
"platforms": [
{
"platform" : "alarmdecoder-platform",
"name" : "Alarm System",
"port" : "8888",
"key" : "3ZZHVUAAHV3A",
"stateURL" : "http://localhost:2222/api/v1/alarmdecoder",
"zoneURL" : "http://localhost:2222/api/v1/zones",
"setURL" : "http://localhost:2222/api/v1/alarmdecoder/send",
"setPIN" : "1245",
"panicKey" : "<S1>",
"useSwitches" : ["panic","chime","away","stay","night"],
"DSCorHoneywell" : "DSC",
"chimeKey":"9",
"DSCStay" : "<F4>",
"DSCAway" : "<S5>",
"DSCReset" : "<S7>",
"DSCExit" : "<S8>"
}
]
}