forked from ilcato/homebridge-fibaro-home-center
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
28 lines (24 loc) · 1.07 KB
/
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
{
"bridge": {
"name": "Homebridge",
"username": "CC:22:3D:E3:CE:30",
"port": 51826,
"pin": "031-45-154"
},
"description": "This is an example configuration file. You can use this as a template for creating your own configuration file.",
"platforms": [
{
"platform": "FibaroHC3",
"name": "FibaroHC3",
"host": "PUT IP ADDRESS OF YOUR HC3 HERE",
"username": "PUT USERNAME OF YOUR HC3 HERE",
"password": "PUT PASSWORD OF YOUR HC3 HERE",
"pollerperiod": "PUT 0 FOR DISABLING POLLING, 1 - 100 INTERVAL IN SECONDS. 2 SECONDS IS THE DEFAULT",
"switchglobalvariables": "PUT A COMMA SEPARATED LIST OF HOME CENTER GLOBAL VARIABLES ACTING LIKE A BISTABLE SWITCH",
"securitysystem": "PUT enabled OR disabled IN ORDER TO MANAGE THE AVAILABILITY OF THE SECURITY SYSTEM",
"addRoomNameToDeviceName" : "PUT enabled OR disabled IN ORDER TO ADD THE ROOM NAME TO DEVIVE NAME. DEFAULT disabled"
}
],
"accessories": [
]
}