mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-25 11:46:31 +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; }
|
else if (3 == XdrvMailbox.index) { type = DZ_AIRQUALITY; }
|
||||||
DomoticzSendData(type, index, data);
|
DomoticzSendData(type, index, data);
|
||||||
}
|
}
|
||||||
|
ResponseCmndDone();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user