19 lines
281 B
JSON
19 lines
281 B
JSON
{
|
|
"luci-app-rmm-agent": {
|
|
"description": "Configure and control the RMM agent",
|
|
"read": {
|
|
"ubus": {
|
|
"rc": [ "list" ],
|
|
"service": [ "list" ]
|
|
},
|
|
"uci": [ "rmm-agent" ]
|
|
},
|
|
"write": {
|
|
"ubus": {
|
|
"rc": [ "init" ]
|
|
},
|
|
"uci": [ "rmm-agent" ]
|
|
}
|
|
}
|
|
}
|