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 f507156 commit ec126e6Copy full SHA for ec126e6
docs/Scripting-Language.md
@@ -605,8 +605,8 @@ 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
609
-`encabs[x]` = absolute position of the rotary encoder (x = 1..N)
+`gprs` = global pressure
+`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
0 commit comments