-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
sample-config.json
49 lines (49 loc) · 1.11 KB
/
sample-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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"bridge": {
"name": "Homebridge",
"username": "AA:BB:CC:DD:EE:FF",
"manufacturer": "homebridge.io",
"model": "homebridge",
"port": 9100,
"pin": "123-45-678"
},
"description": "HomeKit Bridge",
"ports": {
"start": 9101,
"end": 9150,
"comment": "In this section set the port for Homebridge accessories."
},
"accessories": [],
"platforms": [
{
"platform": "melcloudcontrol",
"accounts": [
{
"name": "name",
"user": "user",
"passwd": "password",
"language": "14",
"ataDevices": [],
"atwDevices": [],
"ervDevices": [],
"refreshInterval": 120,
"deviceRefreshInterval": 5,
"enableDebugMode": false,
"disableLogInfo": true,
"disableLogDeviceInfo": false,
"restFul": {
"enable": false,
"debug": false
},
"mqtt": {
"enable": false,
"debug": false,
"auth": false,
"user": "user",
"passwd": "password"
}
}
]
}
]
}