Skip to content

Commit

Permalink
autocore: add getCPUUsage for ubus reading
Browse files Browse the repository at this point in the history
  • Loading branch information
coolsnowwolf committed Oct 21, 2024
1 parent cb77f7a commit d1ef46c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/lean/autocore/files/luci-mod-status-autocore.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Grant access to autocore",
"read": {
"ubus": {
"luci": [ "getCPUInfo", "getTempInfo" ]
"luci": [ "getCPUInfo", "getCPUUsage", "getTempInfo" ]
}
}
}
Expand Down

0 comments on commit d1ef46c

Please sign in to comment.