Misc fixes.
This commit is contained in:
parent
e207a8bc42
commit
53f9c617b0
1 changed files with 5 additions and 4 deletions
|
@ -8,7 +8,7 @@ Program your Telephone Entry System remotely (off-site) using your phone.
|
||||||
|
|
||||||
Most Telephone Entry Systems can be programmed from the front keypad, or remotely from an off-premise location using any touch-tone phone. TES Remote Programmer streamlines the often cumbersome remote programming process by providing data entry screens and automated dial-in options.
|
Most Telephone Entry Systems can be programmed from the front keypad, or remotely from an off-premise location using any touch-tone phone. TES Remote Programmer streamlines the often cumbersome remote programming process by providing data entry screens and automated dial-in options.
|
||||||
|
|
||||||
By default, TES Remote Programmer is configured to work with the [DoorKing (DKS) 1802-EPD](http://www.doorking.com/telephone/1802-entry-system) system, additional configurations can be created and imported for most systems supporting remote programming.
|
By default, TES Remote Programmer is configured to work with the [DoorKing (DKS) 1802-EPD](http://www.doorking.com/telephone/1802-entry-system) system, additional [configurations](#configurations) can be created for most systems supporting remote programming.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
@ -86,12 +86,13 @@ which would translate into:
|
||||||
],
|
],
|
||||||
"dtmf": "*01[MASTER],[FIELD:1]*,[FIELD:2]*"
|
"dtmf": "*01[MASTER],[FIELD:1]*,[FIELD:2]*"
|
||||||
}
|
}
|
||||||
|
]
|
||||||
```
|
```
|
||||||
|
|
||||||
| Elements | Description |
|
| Elements | Description |
|
||||||
|:---------|:-----------------------------------------------------------------------------------------|
|
|:---------|:-----------------------------------------------------------------------------------------|
|
||||||
|`title` | The title of the option. |
|
|`title` | The title of the option. |
|
||||||
|`fields' | See [fields](#fields) |
|
|`fields` | See [fields](#fields) |
|
||||||
|`dtmf` | See [DTMF](#dtmf) |
|
|`dtmf` | See [DTMF](#dtmf) |
|
||||||
|`nodial` | Indicated the remote programming is not available. Steps must be executed at the keypad. |
|
|`nodial` | Indicated the remote programming is not available. Steps must be executed at the keypad. |
|
||||||
|
|
||||||
|
@ -113,7 +114,7 @@ All are required, except `nodial`
|
||||||
]
|
]
|
||||||
```
|
```
|
||||||
|
|
||||||
Fields represent the data entry text field on option screens.
|
Fields represent the data entry text fields on option screens.
|
||||||
|
|
||||||
| Element | Description | Required |
|
| Element | Description | Required |
|
||||||
|:--------|:--------------------------------------------------------------------------------------|:---------|
|
|:--------|:--------------------------------------------------------------------------------------|:---------|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue