From 8f1a3ebdd05ddfee7e3f33fab3eb1a19d01a3ca6 Mon Sep 17 00:00:00 2001 From: Laurent <44267323+laurentdong@users.noreply.github.com> Date: Sat, 14 Sep 2019 21:39:21 -0400 Subject: [PATCH] IF command alwasy report a command error IF command did not send command finish signal. --- sonoff/xdrv_10_rules.ino | 1 + 1 file changed, 1 insertion(+) diff --git a/sonoff/xdrv_10_rules.ino b/sonoff/xdrv_10_rules.ino index d59011e18..8364c7864 100644 --- a/sonoff/xdrv_10_rules.ino +++ b/sonoff/xdrv_10_rules.ino @@ -1186,6 +1186,7 @@ void CmndIf() parameters[XdrvMailbox.data_len] = '\0'; ProcessIfStatement(parameters); } + ResponseCmndDone(); } /********************************************************************************************/