luci-app-dcwapd.json 226 B

1234567891011121314
  1. {
  2. "luci-app-dcwapd": {
  3. "description": "Grant UCI access for luci-app-dcwapd",
  4. "read": {
  5. "ubus": {
  6. "luci-rpc": [ "getWirelessDevices" ]
  7. },
  8. "uci": [ "dcwapd" ]
  9. },
  10. "write": {
  11. "uci": [ "dcwapd" ]
  12. }
  13. }
  14. }