🎈 Sync 2023-10-08 14:14

This commit is contained in:
github-actions[bot] 2023-10-08 14:14:49 +08:00
parent 0dfc019bc5
commit 2ea57fef06
7 changed files with 77 additions and 0 deletions

View File

@ -0,0 +1,11 @@
{
"luci-app-advanced": {
"description": "Grant UCI access for luci-app-advanced",
"read": {
"uci": [ "advanced" ]
},
"write": {
"uci": [ "advanced" ]
}
}
}

View File

@ -0,0 +1,11 @@
{
"luci-app-autoupdate": {
"description": "Grant UCI access for luci-app-autoupdate",
"read": {
"uci": [ "autoupdate" ]
},
"write": {
"uci": [ "autoupdate" ]
}
}
}

View File

@ -0,0 +1,11 @@
{
"luci-app-netspeedtest": {
"description": "Grant UCI access for luci-app-netspeedtest",
"read": {
"uci": [ "netspeedtest" ]
},
"write": {
"uci": [ "netspeedtest" ]
}
}
}

View File

@ -0,0 +1,11 @@
{
"luci-app-parentcontrol": {
"description": "Grant UCI access for luci-app-parentcontrol",
"read": {
"uci": [ "parentcontrol" ]
},
"write": {
"uci": [ "parentcontrol" ]
}
}
}

View File

@ -0,0 +1,11 @@
{
"luci-app-rebootschedule": {
"description": "Grant UCI access for luci-app-rebootschedule",
"read": {
"uci": [ "rebootschedule" ]
},
"write": {
"uci": [ "rebootschedule" ]
}
}
}

View File

@ -0,0 +1,11 @@
{
"luci-app-shortcutmenu": {
"description": "Grant UCI access for luci-app-shortcutmenu",
"read": {
"uci": [ "shortcutmenu" ]
},
"write": {
"uci": [ "shortcutmenu" ]
}
}
}

View File

@ -0,0 +1,11 @@
{
"luci-app-wifidog": {
"description": "Grant UCI access for luci-app-wifidog",
"read": {
"uci": [ "wifidog" ]
},
"write": {
"uci": [ "wifidog" ]
}
}
}