0
0
mirror of https://github.com/openwrt/luci.git synced 2025-02-23 06:36:18 +00:00
Nicholas Smith d5c763ee1d luci-app-watchcat: add support for new features and convert to JavaScript
Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
2021-03-04 21:01:03 +10:00

15 lines
227 B
JSON

{
"luci-app-watchcat": {
"description": "Grant access to LuCI app watchcat",
"read": {
"file": {
"/usr/bin/watchcat.sh": [ "exec" ]
},
"uci": [ "watchcat" ]
},
"write": {
"uci": [ "watchcat" ]
}
}
}