Added Latch Access Relay (Timed) option.
This commit is contained in:
parent
8d6ba97093
commit
16b741872f
1 changed files with 19 additions and 0 deletions
|
@ -137,6 +137,25 @@
|
||||||
],
|
],
|
||||||
"dtmf": "[FIELD:1]#,[MASTER]#,57#,[FIELD:2]#,[FIELD:3]#,99#"
|
"dtmf": "[FIELD:1]#,[MASTER]#,57#,[FIELD:2]#,[FIELD:3]#,99#"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"title": "Latch Access Relay (Timed)",
|
||||||
|
"fields": [
|
||||||
|
{
|
||||||
|
"hint": "Unit Number (1..4)",
|
||||||
|
"size": 1,
|
||||||
|
"min": 1,
|
||||||
|
"max": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"hint": "Time in Hours (01-98)",
|
||||||
|
"size": 2,
|
||||||
|
"zeros": true,
|
||||||
|
"min": 1,
|
||||||
|
"max": 98
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"dtmf": "[FIELD:1]#,[MASTER]#,80#,[FIELD:2]#,99#"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"title": "Latch Access Relay",
|
"title": "Latch Access Relay",
|
||||||
"fields": [
|
"fields": [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue