mirror of https://github.com/arendst/Tasmota.git
hx function
parent
dc34bd797c
commit
f8fc6bab7d
|
@ -161,6 +161,7 @@ If a Tasmota `SENSOR` or `STATUS` or `RESULT` message is not generated or a `Var
|
|||
`med(n x)` = calculates a 5 value median filter of x (2 filters possible n=0,1)
|
||||
`int(x)` = gets the integer part of x (like floor)
|
||||
`hn(x)` = converts x (0..255) to a hex nibble string
|
||||
`hx(x)` = converts x (0..65535) to a hex string
|
||||
`st(svar c n)` = string token - retrieve the n<sup>th</sup> element of svar delimited by c
|
||||
`sl(svar)` = gets the length of a string
|
||||
`sb(svar p n)` = gets a substring from svar at position p (if p<0 counts from end) and length n
|
||||
|
|
Loading…
Reference in New Issue