Updated Scripting Language (markdown)

gemu 2019-09-08 21:00:43 +02:00
parent 54413c121b
commit 65aa2786d3
1 changed files with 3 additions and 0 deletions

@ -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: