Skip to content

Commit

Permalink
stop on error
Browse files Browse the repository at this point in the history
  • Loading branch information
gemu2015 authored Oct 19, 2023
1 parent edc2516 commit f78a567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Scripting-Language.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ see further info and download [here](https://www.dropbox.com/sh/0us18ohui4c3k82/

#### Console Commands

`script <n>` <n>: `0` = switch script off; `1` = switch script on
`script <n>` <n>: `0` = switch script off; `1` = switch script on `8` = switch stop on error off; `9` = switch stop on error on
`script ><cmdline>` execute <cmdline>
- Can be used to set variables, e.g., `script >mintmp=15`
- Multiple statements can be specified by separating each with a semicolon, e.g. `script >mintmp=15;maxtemp=40`
Expand Down

0 comments on commit f78a567

Please sign in to comment.