From 8e3fe4adaca3316e09395b7f19f1204ee0650e76 Mon Sep 17 00:00:00 2001 From: stefanbode Date: Thu, 17 Feb 2022 18:21:09 +0100 Subject: [PATCH] Ensure FUNC_INIT has correct RELAY state Address #14886 --- tasmota/support_tasmota.ino | 1 + 1 file changed, 1 insertion(+) diff --git a/tasmota/support_tasmota.ino b/tasmota/support_tasmota.ino index 113ecfeee..e88da5bc9 100644 --- a/tasmota/support_tasmota.ino +++ b/tasmota/support_tasmota.ino @@ -409,6 +409,7 @@ void SetPowerOnState(void) } } TasmotaGlobal.blink_powersave = TasmotaGlobal.power; + RulesEvery50ms(); } void UpdateLedPowerAll()