Fix DzSend error message on valid command

This commit is contained in:
Theo Arends 2021-07-30 16:10:35 +02:00
parent 9f0b67e60a
commit 173b9d8c88
1 changed files with 1 additions and 0 deletions

View File

@ -526,6 +526,7 @@ void CmndDomoticzSend(void) {
else if (3 == XdrvMailbox.index) { type = DZ_AIRQUALITY; } else if (3 == XdrvMailbox.index) { type = DZ_AIRQUALITY; }
DomoticzSendData(type, index, data); DomoticzSendData(type, index, data);
} }
ResponseCmndDone();
} }
} }
} }