blob: 578f6dcd1290b7832c755e96d84aa2f54c5d5e89 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{
"mqtt": {
"broker": "tcp://127.0.0.1:1883",
"client-id": "siaserver",
"topic-prefix": "sia"
},
"homematic": {
"ccu": "http://127.0.0.1:8080",
"polling-period": "50ms"
},
"shelly": [
{
"id": "shelly1",
"ip": "192.168.1.20"
},
{
"id": "shelly2",
"ip": "2001:db8::68"
}
]
}
|