autocore: add getCPUUsage for ubus reading

This commit is contained in:
coolsnowwolf 2024-10-06 13:35:08 +08:00
parent cb77f7a857
commit d1ef46c5dd

View File

@ -3,7 +3,7 @@
"description": "Grant access to autocore",
"read": {
"ubus": {
"luci": [ "getCPUInfo", "getTempInfo" ]
"luci": [ "getCPUInfo", "getCPUUsage", "getTempInfo" ]
}
}
}