Skip to content

Commit

Permalink
Daikin64: Attempt to handle power toggles better.
Browse files Browse the repository at this point in the history
  • Loading branch information
crankyoldgit committed Mar 23, 2020
1 parent 59d3bb5 commit be2bc2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IRac.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2350,7 +2350,7 @@ namespace IRAcUtils {
case decode_type_t::DAIKIN64: {
IRDaikin64 ac(kGpioUnused);
ac.setRaw(decode->value); // Uses value instead of state.
*result = ac.toCommon();
*result = ac.toCommon(prev);
break;
}
#endif // DECODE_DAIKIN64
Expand Down

0 comments on commit be2bc2d

Please sign in to comment.