summaryrefslogtreecommitdiff
path: root/config.json
blob: 513e364871af7e860a9fb505316898b43918281e (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"
	},
	"appdata":"/usr/share/webiot/"
}