You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/Rules.md
+2-18
Original file line number
Diff line number
Diff line change
@@ -267,16 +267,8 @@ Rule1 "
267
267
268
268
## Conditional Rules
269
269
270
-
!!! failure
271
-
This features is not included in standard ESP8266 binaries such as `tasmota`, `tasmota-sensors`, `tasmota-lite`.
272
-
To use it, you must [compile your build](Compile-your-build) and add the following to `user_config_override.h`:
273
-
274
-
```arduino
275
-
#define SUPPORT_IF_STATEMENT // Add support for IF statement in rules (+4k2 code, -332 bytes mem)
276
-
```
277
-
278
270
!!! note
279
-
This feature is included in ESP32 builds as well as in ESP8266 builds for boards with more than 1MB Flash. This include `tasmota-4M`, `tasmota-zbbridge`, `tasmota-zigbee`.
271
+
This feature is now included in ESP32 builds as well as in ESP8266 builds since v13.3.0.4.
280
272
----
281
273
282
274
#### Major features
@@ -373,16 +365,8 @@ Rule1
373
365
374
366
## Expressions in Rules
375
367
376
-
!!! failure
377
-
This features is not included in standard ESP8266 binaries such as `tasmota`, `tasmota-sensors`, `tasmota-lite`.
378
-
To use it, you must [compile your build](Compile-your-build) and add the following to `user_config_override.h`:
379
-
380
-
```arduino
381
-
#define USE_EXPRESSION // Add support for expression evaluation in rules (+3k2 code, +64 bytes mem)
382
-
```
383
-
384
368
!!! note
385
-
This feature is included in ESP32 builds as well as in ESP8266 builds for boards with more than 1MB Flash. This include `tasmota-4M`, `tasmota-zbbridge`, `tasmota-zigbee`.
369
+
This feature is now included in ESP32 builds as well as in ESP8266 builds since v13.3.0.4.
386
370
----
387
371
388
372
Beginning with Tasmota version 6.4.1.14, an optional feature for using mathematical expressions in rules was introduced.
0 commit comments