123456789101112131415 |
- {
- "luci-app-dawn": {
- "description": "Grant UCI access for luci-app-dawn",
- "read": {
- "uci": [ "dawn" ],
- "ubus": {
- "dawn": [ "get_network", "get_hearing_map" ],
- "luci-rpc": [ "getHostHints" ]
- }
- },
- "write": {
- "uci": [ "dawn" ]
- }
- }
- }
|