From 084cec427987760c60b3c5c1711ce86f777da7ce Mon Sep 17 00:00:00 2001 From: Jason2866 Date: Mon, 4 Nov 2019 21:47:49 +0100 Subject: [PATCH] Updated Rules (markdown) --- Rules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rules.md b/Rules.md index 685bee11..87ae2032 100644 --- a/Rules.md +++ b/Rules.md @@ -10,7 +10,7 @@ Tasmota provides a Rule feature heavily inspired by the _ESPEasy_ implementation ## Introduction Rules perform actions based on triggers (e.g., switch state change, temperature threshold, events like system boot, a defined timer elapsing, custom defined events, etc.) They are stored in flash and therefore will survive a reboot. -> Most pre-compiled binaries ([builds](Builds)) have the Rules feature enabled. The exception being `tasmota-minimal.bin` and `tasmota-classic.bin`. *If you are compiling your own firmware, in order to use rules, include `#define USE_RULES` in `user_config_override.h`.* +> Most pre-compiled binaries ([builds](Builds)) have the Rules feature enabled. The exception being `tasmota-minimal.bin`. *If you are compiling your own firmware, in order to use rules, include `#define USE_RULES` in `user_config_override.h`.* ## Rule Syntax **Nested rules are not supported.**