mirror of https://github.com/arendst/Tasmota.git
Updated Expressions in Rules (markdown)
parent
a2f5e58fec
commit
acd4923220
|
@ -1,4 +1,4 @@
|
||||||
Starting Tasmota version 6.4.1.14, an optional feature for using mathematical expressions in Tasmota rules was introduced. This feature is disabled by default but can be enabled by compiling from source and removing the comment before #define USE_EXPRESSION in my_user_config.h (and of course, #define USE_RULES is also required).
|
Starting Tasmota version 6.4.1.14, an optional feature for using mathematical expressions in Tasmota rules was introduced. This feature is disabled by default but can be enabled by compiling from source and removing the comment before #define USE_EXPRESSION in my_user_config.h or even better in user_config_override.h (and of course, #define USE_RULES is also required).
|
||||||
|
|
||||||
### Once the feature is enabled, the use of expressions is supported in the following commands:
|
### Once the feature is enabled, the use of expressions is supported in the following commands:
|
||||||
* Var
|
* Var
|
||||||
|
|
Loading…
Reference in New Issue