Added note about type parameter property.
This commit is contained in:
parent
bb5ba22ba6
commit
205884525b
1 changed files with 3 additions and 2 deletions
|
@ -65,9 +65,11 @@ Parameters define the configuration's global settings.
|
|||
|`end` | The end programming manual sequence. (e.g. DSK uses `0` and `#` pressed together.) | No |
|
||||
|`size` | The size (number of digits) of the master code. Most systems use 4 or 6. | Yes |
|
||||
|
||||
The `type` is used to determine how letters are converted to digits in alphanumeric (`alpha`) [fields](#fields), both DKS and Linear use different methodologies.
|
||||
|
||||
### Options
|
||||
|
||||
Opts define the data used to create programming activity screens in the app.
|
||||
Options define the data used to create programming activity screens in the app.
|
||||
|
||||
For example, the system's manual lists the steps to _Programming 7-digit Phone Numbers_ as:
|
||||
|
||||
|
@ -140,7 +142,6 @@ Fields represent the data entry text fields on option screens.
|
|||
|`alt` | Set to `true` if the field accepts the `alt` [parameter](#parameters) value in place of a digit. | No |
|
||||
|`zeros` | Set to `true` by default. Allows numeric values with leading zeros (e.g. `001`), based on the `size`. | No |
|
||||
|
||||
|
||||
#### DTMF
|
||||
|
||||
```json
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue