luci-app-dawn.json 262 B

123456789101112131415
  1. {
  2. "luci-app-dawn": {
  3. "description": "Grant UCI access for luci-app-dawn",
  4. "read": {
  5. "uci": [ "dawn" ],
  6. "ubus": {
  7. "dawn": [ "get_network", "get_hearing_map" ],
  8. "luci-rpc": [ "getHostHints" ]
  9. }
  10. },
  11. "write": {
  12. "uci": [ "dawn" ]
  13. }
  14. }
  15. }