Welcome to mirror list, hosted at ThFree Co, Russian Federation.

luci-app-mosquitto.json « menu.d « luci « share « usr « root « luci-app-mosquitto « applications - github.com/openwrt/luci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 66f82b8820570ababa755785724c8b36cd308573 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
	"admin/services/mosquitto": {
		"title": "Mosquitto",
		"action": {
			"type": "cbi",
			"path": "mosquitto",
			"post": { "cbi.submit": true }
		},
		"depends": {
			"acl": [ "luci-app-mosquitto" ]
		}
	}
}