1234567891011121314 |
- {
- "luci-app-lorawan-basicstation": {
- "description": "Grant UCI access for luci-app-lorawan-basicstation",
- "read": {
- "file": {
- "/tmp/basicstation/log": [ "read" ]
- },
- "uci": [ "basicstation" ]
- },
- "write": {
- "uci": [ "basicstation" ]
- }
- }
- }
|