luci-app-coovachilli.json 245 B

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