Skip to content

Commit df9a45b

Browse files
authored
SCRIPT_FULL_OPTIONS
1 parent 59b6ba3 commit df9a45b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/Scripting-Language.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@
5151
USE_SCRIPT_SPI | enables support for SPI interface
5252
USE_SCRIPT_TCP_SERVER | enables support for TCP server
5353
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)
5556

5657
!!! info "Scripting Language for Tasmota is an alternative to Tasmota [Rules](Rules). For ESP32 builds it is recommended to use [Berry](Berry)"
5758

@@ -515,6 +516,7 @@ If a Tasmota `SENSOR` or `STATUS` or `RESULT` message is not generated or a `Var
515516
`cbs` = command text buffer size for tasmota cmds (default 256) (_**may be set also**_)
516517
`tstamp` = timestamp (local date and time)
517518
`topic` = mqtt topic
519+
`maca` = current MAC Address
518520
`gtopic` = mqtt group topic
519521
`lip` = local ip as string
520522
`luip` = udp ip as string (from updating device when USE_SCRIPT_GLOBVARS defined)

0 commit comments

Comments
 (0)