-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample_config.json
28 lines (25 loc) · 937 Bytes
/
example_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": "Homecontrol Workbench",
"username": "AC:21:3F:E4:DE:13",
"port": 51826,
"pin": "035-45-150"
},
"accessories": [{
"accessory": "HTTP-NEO",
"name": "LED Strip",
"switch": {
"status": "http://workbench.local:80/status",
"powerOn": "http://workbench.local:80/on",
"powerOff": "http://workbench.local:80/off"
},
"color": {
"status": "http://workbench.local:80/color",
"url": "http://workbench.local:80/set/%s"
},
"brightness": {
"status": "http://workbench.local:80/bright",
"url": "http://workbench.local:80/set/%s"
}
}]
}