-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig-sample.json
More file actions
32 lines (29 loc) · 795 Bytes
/
config-sample.json
File metadata and controls
32 lines (29 loc) · 795 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
{
"bridge": {
"name": "Homebridge2",
"username": "CC:22:3D:E3:CE:32",
"port": 51826,
"pin": "031-45-155"
},
"description": "Awesome homebridge",
"accessories": [],
"platforms": [
{
"platform": "XBee",
"name": "XBee Devices",
"port": "/dev/ttyAMA",
"baudrate": 9600,
"api_mode": 1,
"timeout": 5000,
"devices": [
{
"accessory": "PushButton",
"name": "Test Button",
"button_name": "Button 1",
"64bitaddress": "0013A20012345678",
"16bitnetwork": "FFFE"
}
]
}
]
}