Added digits field property.

This commit is contained in:
Erik C. Thauvin 2016-08-31 09:16:29 -07:00
parent 9d100901b5
commit 72e75f3eaa
13 changed files with 192 additions and 86 deletions

View file

@ -330,11 +330,30 @@
{
"hint": "Days of Week (Sun=1, Sat=7 or #)",
"size": 7,
"alt": true
"alt": true,
"digits": "1234567"
}
],
"dtmf": "*35[MASTER],[FIELD:1]*,[FIELD:2]*,[FIELD:3][FIELD:4]*,[FIELD:5]*,[FIELD:6][FIELD:7]*,[FIELD:8]*,[FIELD:9]*"
},
{
"title": "Enable/Disable Automatic Relay Time Zone",
"fields": [
{
"hint": "Time Zone (1..4)",
"size": 1,
"min": 1,
"max": 4
},
{
"hint": "OFF=0 ON=1",
"size": 1,
"min": 0,
"max": 1
}
],
"dtmf": "*35[MASTER],[FIELD:1]*,[FIELD:2]*"
},
{
"title": "Set 4-Digit Entry Code Time Zone",
"fields": [
@ -383,7 +402,8 @@
{
"hint": "Days of Week (Sun=1..Sat=7 or #)",
"size": 7,
"alt": true
"alt": true,
"digits": "1234567"
},
{
"hint": "Lower 4-Digit Boundary",
@ -456,7 +476,8 @@
{
"hint": "Days of Week (Sun=1..Sat=7 or #)",
"size": 7,
"alt": true
"alt": true,
"digits": "1234567"
},
{
"hint": "Lower 4-Digit Boundary",