mirror of https://github.com/arendst/Tasmota.git
Fix DzSend error message on valid command
This commit is contained in:
parent
9f0b67e60a
commit
173b9d8c88
tasmota
|
@ -526,6 +526,7 @@ void CmndDomoticzSend(void) {
|
|||
else if (3 == XdrvMailbox.index) { type = DZ_AIRQUALITY; }
|
||||
DomoticzSendData(type, index, data);
|
||||
}
|
||||
ResponseCmndDone();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue