Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/Scripting-Language.md
Original file line number Diff line number Diff line change
Expand Up @@ -605,8 +605,8 @@ If a Tasmota `SENSOR` or `STATUS` or `RESULT` message is not generated or a `Var
`sht[x]` = shutter position (x = 1..N) (if defined USE_SHUTTER)
`gtmp` = global temperature
`ghum` = global humidity
`gprs` = global pressure
`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)
`encrel[x]` = relative position of the rotary encoder, the value will be reset after reading (x = 1..N)

global variables
Expand Down