mirror of https://github.com/arendst/Tasmota.git
Updated Scripting Language (markdown)
parent
54413c121b
commit
65aa2786d3
|
@ -103,6 +103,8 @@ Executed on restart. p vars are saved automatically after this call
|
|||
The lines in this section are shown in the WEBUI main page. Requires compiling with `#define USE_SCRIPT_WEB_DISPLAY`.
|
||||
|
||||
>`>J`
|
||||
The lines in this section are exported to MQTT at teleperiod time. Requires compiling with `#define USE_SCRIPT_JSON_EXPORT `.
|
||||
|
||||
|
||||
>`>M`
|
||||
[Smart Meter Interface](smart-meter-interface).
|
||||
|
@ -179,6 +181,7 @@ If you define a variable with the same name as a special variable that special v
|
|||
`=> <command>` Execute \<command>
|
||||
`-> <command>` Execute \<command> - do not send MQTT or log messages (i.e., silent execute - useful to reduce traffic)
|
||||
- Variable replacement within commands is allowed using `%varname%`
|
||||
- optionally a digit (0..9) may be placed in front of the substitution variable to set the decimals of a number variable
|
||||
- A single percent sign must be given as `%%`
|
||||
|
||||
**Special** commands:
|
||||
|
|
Loading…
Reference in New Issue