Fix IrRemote_Full JSON message (#10680)

This commit is contained in:
Theo Arends 2021-02-01 11:54:50 +01:00
parent 53de572666
commit 1ab678ee75
1 changed files with 1 additions and 1 deletions

View File

@ -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);