autocore-arm/files/generic/luci-mod-status-autocore.json
2023-07-10 14:48:00 +08:00

12 lines
227 B
JSON

{
"luci-mod-status-autocore": {
"description": "Grant access to autocore",
"read": {
"ubus": {
"luci": [ "getCPUInfo", "getTempInfo", "getCPUBench", "getCPUUsage" ],
"network.device": [ "status" ]
}
}
}
}