Merge pull request #4200 from zhanhb/luci-app-acme
[project/luci.git] / modules / luci-mod-battstatus / root / usr / share / rpcd / acl.d / luci-mod-battstatus.json
1 {
2 "luci-mod-battstatus": {
3 "description": "Grant access to battery status",
4 "read": {
5 "ubus": {
6 "luci.battstatus": [ "getBatteryStatus" ]
7 }
8 }
9 }
10 }