Prepare web server with embedded files
This commit is contained in:
20
web/config.json
Normal file
20
web/config.json
Normal file
@@ -0,0 +1,20 @@
|
||||
[
|
||||
{
|
||||
"name": "systemName",
|
||||
"label": "system name",
|
||||
"type": "string",
|
||||
"default": "OBPkeypad61",
|
||||
"check": "checkSystemName",
|
||||
"description": "system name, used for the access point and for services",
|
||||
"category": "system"
|
||||
},
|
||||
{
|
||||
"name": "apPassword",
|
||||
"type": "password",
|
||||
"default": "keypad61",
|
||||
"check": "checkApPass",
|
||||
"description": "set the password for the Wifi access point",
|
||||
"category": "system",
|
||||
"capabilities":{"apPwChange":["true"]}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user