18 lines
297 B
JSON
18 lines
297 B
JSON
{
|
|
"luci-app-upnp": {
|
|
"description": "Grant access to upnp procedures",
|
|
"read": {
|
|
"ubus": {
|
|
"luci.upnp": [ "get_status" ],
|
|
"luci": [ "setInitAction" ]
|
|
},
|
|
"uci": [ "upnpd" ]
|
|
},
|
|
"write": {
|
|
"ubus": {
|
|
"luci.upnp": [ "delete_rule" ]
|
|
},
|
|
"uci": [ "upnpd" ]
|
|
}
|
|
}
|
|
}
|