forked from rodtoll/homebridge-isy-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sampleconfig.json
40 lines (37 loc) · 2.13 KB
/
sampleconfig.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
{
"bridge": {
"name": "Homebridge-Test",
"username": "CC:22:3D:E3:CE:39",
"port": 51826,
"pin": "031-45-154"
},
"description": "My sample config file",
"platforms": [
{
"platform": "isy-js",
"name": "isy-js",
"host": "<<IP Address>>",
"username": "admin",
"password": "<<PAssword>>",
"elkEnabled": true,
"debugLoggingEnabled": false,
"ignoreDevices": [
{ "nameContains": "ApplianceLinc", "lastAddressDigit": "", "address": ""},
{ "nameContains": "S -", "lastAddressDigit": "", "address": ""},
{ "nameContains": "ApplianceLink", "lastAddressDigit": "", "address": ""},
{ "nameContains": "Bedroom.Side Gate", "lastAddressDigit": "", "address": ""},
{ "nameContains": "Unused", "lastAddressDigit": "", "address": "" },
{ "nameContains": "Remote", "lastAddressDigit": "", "address": "" },
{ "nameContains": "Keypad", "lastAddressDigit": "2", "address": "" },
{ "nameContains": "Keypad", "lastAddressDigit": "3", "address": "" },
{ "nameContains": "Keypad", "lastAddressDigit": "4", "address": "" },
{ "nameContains": "Keypad", "lastAddressDigit": "5", "address": "" },
{ "nameContains": "Keypad", "lastAddressDigit": "6", "address": "" },
{ "nameContains": "Keypad", "lastAddressDigit": "7", "address": "" },
{ "nameContains": "Keypad", "lastAddressDigit": "8", "address": "" }
]
}
],
"accessories": [
]
}