-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
66 lines (63 loc) · 2.76 KB
/
config.json
File metadata and controls
66 lines (63 loc) · 2.76 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"bridge": {
"name": "Homebridge",
"username": "CC:22:3D:E3:CE:30",
"port": 51826,
"pin": "031-45-154"
},
"description": "This is an example configuration file with one fake accessory and one fake platform. You can use this as a template for creating your own configuration file containing devices you actually own.",
"platforms": [
{
"platform": "openHAB",
"name": "openHAB",
"host": "10.0.0.11",
"port": "8080",
"sitemap": "siri",
"useLabelForName": true,
"customAttrs": [
{
"itemName":"Light_GF_Living_TableSL",
"itemLabel":"Living light",
"itemManufacturer": "Cayc0",
"itemModel": "Cayc0 Switch",
"itemSerialNumber":"12345678"
},
{
"itemName":"Light_GF_Bedroom_CeilingSL",
"itemLabel":"Bedroom light",
"itemManufacturer": "Cayc0",
"itemModel": "Cayc0 Switch",
"itemSerialNumber":"2345678"
},
{
"itemName":"Vol_GF_Living_Sound",
"itemLabel":"HiFi",
"itemManufacturer": "Cayc0",
"itemModel": "Cayc0 Switch",
"itemSerialNumber":"345678"
},
{
"itemName":"Vol_GF_Living_Other",
"itemLabel":"Mac",
"itemManufacturer": "Cayc0",
"itemModel": "Cayc0 Switch",
"itemSerialNumber":"345678"
},
{
"itemName":"Light_LivingroomC ",
"itemLabel":"Milight white",
"itemManufacturer": "Cayc0",
"itemModel": "Cayc0 Switch",
"itemSerialNumber":"345678"
},
{
"itemName":"Vol_GF_Living_Zelazko",
"itemLabel":"Iron",
"itemManufacturer": "Cayc0",
"itemModel": "Cayc0 Switch",
"itemSerialNumber":"345678"
}
]
}
]
}