mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-09-14 20:34:19 +08:00
16 lines
201 B
JSON
16 lines
201 B
JSON
{
|
|
"luci-app-smart-reboot": {
|
|
"description": "Grant access to smart-reboot UCI config",
|
|
"read": {
|
|
"uci": [
|
|
"smart-reboot"
|
|
]
|
|
},
|
|
"write": {
|
|
"uci": [
|
|
"smart-reboot"
|
|
]
|
|
}
|
|
}
|
|
}
|