1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
{ "luci-app-example": { "description": "Grant UCI and RPC access to LuCI app example", "read": { "ubus": { "luci.example": [ "get_sample1", "get_sample2" ] }, "uci": [ "example" ] }, "write": { "uci": [ "example" ] } } }