mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-27 10:21:15 +08:00
20 lines
253 B
JSON
20 lines
253 B
JSON
{
|
|
"luci-app-fancontrol": {
|
|
"description": "Fan General Control",
|
|
"read": {
|
|
"uci": [
|
|
"fancontrol"
|
|
],
|
|
"file": {
|
|
"/sys/devices/virtual/thermal/*/*": [
|
|
"read"
|
|
]
|
|
}
|
|
},
|
|
"write": {
|
|
"uci": [
|
|
"fancontrol"
|
|
]
|
|
}
|
|
}
|
|
} |