From 076b490331095a61da1d6d399f1bc10ad45a34d8 Mon Sep 17 00:00:00 2001 From: alexasf Date: Thu, 27 Jan 2022 14:55:25 +0300 Subject: [PATCH] Update xdrv_10_rules.ino --- tasmota/xdrv_10_rules.ino | 1 + 1 file changed, 1 insertion(+) diff --git a/tasmota/xdrv_10_rules.ino b/tasmota/xdrv_10_rules.ino index 3144bfdd9..b08cf4c60 100644 --- a/tasmota/xdrv_10_rules.ino +++ b/tasmota/xdrv_10_rules.ino @@ -485,6 +485,7 @@ bool RulesRuleMatch(uint8_t rule_set, String &event, String &rule, bool stop_all char scolor[LIGHT_COLOR_SIZE]; if (rule_param.startsWith(F("%COLOR%"))) { rule_param = LightGetColor(scolor); + } #endif // #ifdef USE_ZIGBEE // if (rule_param.startsWith(F("%ZBDEVICE%"))) {