18 lines
447 B
JSON
18 lines
447 B
JSON
{
|
|
"luci-app-bandwidth-manager": {
|
|
"description": "Bandwidth Manager",
|
|
"read": {
|
|
"ubus": {
|
|
"luci.bandwidth-manager": ["status", "classes", "quotas", "media", "clients", "stats"]
|
|
},
|
|
"uci": ["bandwidth"]
|
|
},
|
|
"write": {
|
|
"ubus": {
|
|
"luci.bandwidth-manager": ["apply_qos"]
|
|
},
|
|
"uci": ["bandwidth"]
|
|
}
|
|
}
|
|
}
|