From 205884525bb260e26cde3a9a46091af92b3a1e2a Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Fri, 2 Sep 2016 23:37:54 -0700 Subject: [PATCH] Added note about type parameter property. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0935d8b..8509246 100644 --- a/README.md +++ b/README.md @@ -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