Fixed anchors.
This commit is contained in:
parent
dcb45b307a
commit
e207a8bc42
1 changed files with 11 additions and 7 deletions
14
README.md
14
README.md
|
@ -88,11 +88,11 @@ which would translate into:
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
| Options | Description |
|
| Elements | Description |
|
||||||
|:--------|:-----------------------------------------------------------------------------------------|
|
|:---------|:-----------------------------------------------------------------------------------------|
|
||||||
|`title` | The title of the option. |
|
|`title` | The title of the option. |
|
||||||
|`fields' | See (#Fields) |
|
|`fields' | See [fields](#fields) |
|
||||||
|`dtmf` | See (#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. |
|
||||||
|
|
||||||
All are required, except `nodial`
|
All are required, except `nodial`
|
||||||
|
@ -142,6 +142,10 @@ The following markers will be substituted by their actual values upon dialing.
|
||||||
|
|
||||||
#### Validation
|
#### Validation
|
||||||
|
|
||||||
Imported configurations will be validated. While the validation is not perfect, it should be good enough to spot most syntax errors. Please sure to use a JSON editor to make the whole process of creating configurations a whole lot easier. When in doubt be sure to look at the [default configuration](app/src/main/res/raw/dks_1802_epd.json).
|
Imported configurations will be validated. While the validation is not perfect, it should be good enough to spot most syntax errors.
|
||||||
|
|
||||||
|
Please sure to use a JSON editor to make the whole process of creating configurations a whole lot easier.
|
||||||
|
|
||||||
|
When in doubt be sure to look at the [default configuration](app/src/main/res/raw/dks_1802_epd.json).
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue