-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathconfig-sample.json
executable file
·50 lines (48 loc) · 1.02 KB
/
config-sample.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
{
"bridge": {
"name": "Homebridge",
"username": "CD:22:3D:E3:CE:30",
"port": 51826,
"pin": "031-45-154"
},
"description": "This is an advanced example configuration for the switcher-platform homebridge plugin",
"platforms": [
{
"platform": "SwitcherPlatform",
"name": "Switcher Platform",
"debug": false,
"secondsToRemove": 0,
"token": "d3j29d0j23dio2j23d==",
"devices": [
{
"identifier": "24eaf5",
"accessoryType": "valve"
},
{
"identifier": "10.0.0.2",
"accessoryType": "outlet"
},
{
"identifier": "Desk Bulb",
"accessoryType": "switch"
},
{
"identifier": "21eac3",
"hide": true
}
],
"customTimers": [
{
"identifier": "24eaf5",
"shutdownMinutes": 30
},
{
"identifier": "24eaf5",
"shutdownMinutes": 60
}
]
}
],
"accessories": [
]
}