blob: b939d6d63f03fb7b70d45bbb7f83192cf9c318ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
"devices":{
"hs100":[
{"ip":"192.168.1.40","name":"LED strip living room"},
{"ip":"192.168.1.42","name":"TV"}
]
},
"web":{
"listen":"127.0.0.1:9000",
"templates":"/usr/share/webiot/"
}
}
|