-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
28 lines (28 loc) · 838 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
{
"accessories": [
{
"accessory": "HTTP-RGB",
"name": "ROCK ANTENNE",
"service": "Light",
"switch": {
"status": "http://localhost:3000/playlists/ROCK%20ANTENNE",
"powerOn": "http://localhost:3000/playlists/ROCK%20ANTENNE/play",
"powerOff": "http://localhost:3000/player/stop"
}
},
{
"accessory": "HTTP-RGB",
"name": "Hallway speaker",
"service": "Light",
"switch": {
"status": "http://localhost:3000/outputs/Hallway",
"powerOn": "http://localhost:3000/outputs/Hallway/state/on",
"powerOff": "http://localhost:3000/outputs/Hallway/state/off"
},
"brightness": {
"status": "http://localhost:3000/outputs/Hallway/volume",
"url": "http://localhost:3000/outputs/Hallway/volume/%s"
}
}
]
}