mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-22 02:06:31 +00:00
Fix IrRemote_Full JSON message (#10680)
This commit is contained in:
parent
53de572666
commit
1ab678ee75
@ -236,7 +236,7 @@ String sendACJsonState(const stdAc::state_t &state) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void sendIRJsonState(const struct decode_results &results) {
|
void sendIRJsonState(const struct decode_results &results) {
|
||||||
Response_P(PSTR("\"" D_JSON_IR_PROTOCOL "\":\"%s\",\"" D_JSON_IR_BITS "\":%d"),
|
ResponseAppend_P(PSTR("\"" D_JSON_IR_PROTOCOL "\":\"%s\",\"" D_JSON_IR_BITS "\":%d"),
|
||||||
typeToString(results.decode_type).c_str(),
|
typeToString(results.decode_type).c_str(),
|
||||||
results.bits);
|
results.bits);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user