mirror of https://github.com/arendst/Tasmota.git
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) {
|
||||
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(),
|
||||
results.bits);
|
||||
|
||||
|
|
Loading…
Reference in New Issue