forked from stfnhmplr/homebridge-homee
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsample-config.json
33 lines (33 loc) · 981 Bytes
/
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
{
"bridge": {
"name": "Homebridge",
"username": "CC:22:3D:E3:CE:51",
"port": 51826,
"pin": "031-45-154"
},
"description": "This is an example configuration file for the homebridge-homee plugin",
"hint": "Always paste into jsonlint.com validation page before starting your homebridge, saves a lot of frustration",
"platforms": [
{
"platform": "homee",
"name": "homee",
"host": "192.168.178.1",
"user": "your-username",
"pass": "your-password",
"groupName": "homebridge",
"alarmGroup": "Alarm",
"deviceId": "homebridge",
"disableRGB": false,
"disableCT": false,
"disableCTforRGB": false,
"disableRGBforDevice": [
123
],
"disableCTforDevice": [
666,
815,
4711
]
}
]
}