-
Notifications
You must be signed in to change notification settings - Fork 29
/
config.json
37 lines (37 loc) · 937 Bytes
/
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
{
"bridge": {
"name": "Raspberry Pi 3",
"username": "CC:22:3D:E3:CE:30",
"port": 51826,
"pin": "314-15-926"
},
"description": "Raspberry Pi 3 Homebridge-Bluetooth RGB Lightbulb Example",
"platforms": [
{
"platform": "Bluetooth",
"accessories": [
{
"name": "Arduino",
"address": "01:23:45:67:89:AB",
"services": [
{
"name": "Lock",
"type": "LockMechanism",
"UUID": "43AAF900-5FF0-4633-95A2-FE4189EE103B",
"characteristics": [
{
"type": "LockTargetState",
"UUID": "43AAF901-5FF0-4633-95A2-FE4189EE103B"
},
{
"type": "LockCurrentState",
"UUID": "43AAF902-5FF0-4633-95A2-FE4189EE103B"
}
]
}
]
}
]
}
]
}