Skip to content

Commit 2e51d2d

Browse files
authored
Merge pull request #1517 from mi-hol/master
first minor wording improvement
2 parents a9c889e + 311747a commit 2e51d2d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/Scripting-Language.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ To save code space almost no error messages are provided. However it is taken ca
7474
- String comparison `==`, `!=`
7575
- String size is 19 characters (default). This can be increased or decreased by the optional parameter on the `D` section definition
7676

77-
#### Script Interpreter
77+
### Script Interpreter
7878

7979
- Execution is _**strictly sequential**_, _**line by line**_
8080
- Evaluation is _**left to right**_ with optional brackets
@@ -1075,10 +1075,10 @@ The script itself is also stored on the file system with a default size of 8192
10751075
`frb(fr)` read byte from file
10761076
`frw(fr url)` read file from web url, if url is an immediate string it may be longer than max string size to support very long URLs.
10771077
`fcs(fr "del" index ec)` = gets non string from file: del = delimiter char or string, index = n´th element, ec = end character delimiter.
1078-
files in filesystem may also be listed or downloaded via http://ip/ufs/filename
1078+
files in file system may also be listed or downloaded via http://ip/ufs/filename
10791079
with http://ip/ufs/$varname(;varname2;...) you may list variables and arrays from scripter in json format.
10801080

1081-
### Other commands (+?? flash)
1081+
### time series database (+2kB flash)
10821082

10831083
`#define USE_FEXTRACT`
10841084
`fxt(fr ts_from ts_to col_offs accum array1 array2 ... arrayn)` read arrays from csv file from timestamp to timestamp with column offset and accumulate values into arrays1 .. N, assumes csv file with timestamp in 1. column and data values in columns 2 to n.
@@ -1088,7 +1088,7 @@ with http://ip/ufs/$varname(;varname2;...) you may list variables and arrays fro
10881088
`tsn(tstamp)` convert timestamp to seconds
10891089
`s2t(seconds)` convert seconds to Tasmota timestamp
10901090

1091-
### Extended commands (+0,9k flash)
1091+
### file system commands (+0,9k flash)
10921092

10931093
`#define USE_SCRIPT_FATFS_EXT`
10941094
`fmt(0)` format flash file system (erases all data)

0 commit comments

Comments
 (0)