Update README.md

pull/1/head
Mason10198 3 years ago
parent 4d561e4207
commit 4405ea801c

@ -170,22 +170,22 @@ To use the CONTROL.sh script, you need to call it with two parameters:
2. The new value for the setting (either 'true' or 'false' or 'toggle'). 2. The new value for the setting (either 'true' or 'false' or 'toggle').
For example, to enable the SayAlert function, you would use: For example, to completely disable SkywarnPlus, you would use:
```bash ```bash
/usr/local/bin/SkywarnPlus/CONTROL.sh SayAlert true /usr/local/bin/SkywarnPlus/CONTROL.sh enable true
``` ```
And to disable it, you would use: And to reenable it, you would use:
```bash ```bash
/usr/local/bin/SkywarnPlus/CONTROL.sh SayAlert false /usr/local/bin/SkywarnPlus/CONTROL.sh enable false
``` ```
And to toggle it, you would use: And to toggle it, you would use:
```bash ```bash
/usr/local/bin/SkywarnPlus/CONTROL.sh SayAlert toggle /usr/local/bin/SkywarnPlus/CONTROL.sh enable toggle
``` ```
## Spoken Feedback ## Spoken Feedback

Loading…
Cancel
Save

Powered by TurnKey Linux.