Added ability to include literal string in manual steps.

This commit is contained in:
Erik C. Thauvin 2017-03-02 20:32:49 -08:00
parent 24d2042454
commit 0d8dae2326
7 changed files with 81 additions and 59 deletions

View file

@ -156,10 +156,11 @@ DTMF represent the dialing sequence for the programming steps. A comma (`,`) sho
The following markers will be substituted by their actual values upon dialing.
| Marker | Description |
|:-----------|:------------------------------------------------------------------------------|
|`[MASTER]` | Substituted with the Master Code |
|`[FIELD:X]` | Substituted with the field's value, where X is the field number in the array. |
| Marker | Description |
|:--------------|:------------------------------------------------------------------------------------------|
|`[MASTER]` | Substituted with the Master Code |
|`[FIELD:X]` | Substituted with the field's value, where X is the field number in the array. |
|`'Some text'` | Displays the enclosed text as a manual step. The 'nodial' [option](#options) must be set. |
#### Validation