File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 51
51
USE_SCRIPT_SPI | enables support for SPI interface
52
52
USE_SCRIPT_TCP_SERVER | enables support for TCP server
53
53
USE_DISPLAY_DUMP | enables to show epaper screen as BMP image in >w section
54
- TS_FLOAT | may be define as double to use double precision numbers (uses double RAM memory and is slower)
54
+ TS_FLOAT | may be define as double to use double precision numbers (uses double RAM memory and is slower)
55
+ SCRIPT_FULL_OPTIONS | enables almost any of the above options (uses about 90k of Flash)
55
56
56
57
!!! info "Scripting Language for Tasmota is an alternative to Tasmota [ Rules] ( Rules ) . For ESP32 builds it is recommended to use [ Berry] ( Berry ) "
57
58
@@ -515,6 +516,7 @@ If a Tasmota `SENSOR` or `STATUS` or `RESULT` message is not generated or a `Var
515
516
` cbs ` = command text buffer size for tasmota cmds (default 256) (_ ** may be set also** _ )
516
517
` tstamp ` = timestamp (local date and time)
517
518
` topic ` = mqtt topic
519
+ ` maca ` = current MAC Address
518
520
` gtopic ` = mqtt group topic
519
521
` lip ` = local ip as string
520
522
` luip ` = udp ip as string (from updating device when USE_SCRIPT_GLOBVARS defined)
You can’t perform that action at this time.
0 commit comments