We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60e70e3 commit 0f537e3Copy full SHA for 0f537e3
docs/Scripting-Language.md
@@ -605,7 +605,9 @@ If a Tasmota `SENSOR` or `STATUS` or `RESULT` message is not generated or a `Var
605
`sht[x]` = shutter position (x = 1..N) (if defined USE_SHUTTER)
606
`gtmp` = global temperature
607
`ghum` = global humidity
608
-`gprs` = global pressure
+`gprs` = global pressure
609
+`encabs[x]` = absolute position of the rotary encoder (x = 1..N)
610
+`encrel[x]` = relative position of the rotary encoder, the value will be reset after reading (x = 1..N)
611
612
global variables
613
now optional binary mode, much faster and more precise, also supports arrays.
0 commit comments