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