-
-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathexample-config.json
More file actions
37 lines (37 loc) · 851 Bytes
/
example-config.json
File metadata and controls
37 lines (37 loc) · 851 Bytes
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
{
"bridge": {
"name": "Homebridge",
"username": "0E:15:CC:8A:E9:1E",
"port": 51609,
"pin": "983-44-986"
},
"plugins": ["homebridge-philipsair-platform"],
"accessories": [],
"platforms": [
{
"platform": "PhilipsAirPlatform",
"name": "PhilipsAirPlatform",
"debug": false,
"warn": true,
"error": true,
"extendedError": true,
"devices": [
{
"active": true,
"name": "Livingroom Philips",
"manufacturer": "Philips",
"model": "AC3829",
"serialNumber": "000000",
"host": "192.168.178.111",
"port": 5683,
"light": true,
"temperature": true,
"humidity": true,
"humidifier": true,
"allergicFunc": true,
"sleepSpeed": true
}
]
}
]
}