summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-mod-battstatus/root/usr/share/rpcd/acl.d/luci-mod-battstatus.json
blob: 4babc31b945289e19f13b49eb2278ff6b7d14391 (plain)
1
2
3
4
5
6
7
8
9
10
{
	"luci-mod-battstatus": {
		"description": "Grant access to battery status",
		"read": {
			"ubus": {
				"luci.battstatus": [ "getBatteryStatus" ]
			}
		}
	}
}