mirror of https://github.com/arendst/Tasmota.git
IF command alwasy report a command error
IF command did not send command finish signal.
This commit is contained in:
parent
ee7dc4e5bc
commit
8f1a3ebdd0
|
@ -1186,6 +1186,7 @@ void CmndIf()
|
||||||
parameters[XdrvMailbox.data_len] = '\0';
|
parameters[XdrvMailbox.data_len] = '\0';
|
||||||
ProcessIfStatement(parameters);
|
ProcessIfStatement(parameters);
|
||||||
}
|
}
|
||||||
|
ResponseCmndDone();
|
||||||
}
|
}
|
||||||
|
|
||||||
/********************************************************************************************/
|
/********************************************************************************************/
|
||||||
|
|
Loading…
Reference in New Issue