mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 12:46:34 +00:00
fix: add command data to cmnd response (#19524)
This commit is contained in:
parent
c5100044d2
commit
d2aee662fd
@ -242,7 +242,9 @@ bool Rg15Command(void) {
|
|||||||
Rg15.init_step = 5; // Perform RG-15 init
|
Rg15.init_step = 5; // Perform RG-15 init
|
||||||
}
|
}
|
||||||
|
|
||||||
ResponseCmndDone();
|
ResponseCmndIdxChar(XdrvMailbox.data);
|
||||||
|
} else {
|
||||||
|
ResponseCmndIdxError();
|
||||||
}
|
}
|
||||||
|
|
||||||
return serviced;
|
return serviced;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user