21 lines
493 B
JSON
21 lines
493 B
JSON
[
|
|
{
|
|
"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"]}
|
|
}
|
|
]
|