Skip to content

Commit

Permalink
IRac::isProtocolSupported() — do not list WHIRLPOOL_AC unconditionall…
Browse files Browse the repository at this point in the history
…y as supported protocol

It is reported as such when in Tasmota the command IRHVAC {"Vendor":"ABC"} is sent.
  • Loading branch information
dilyanpalauzov committed Jun 9, 2023
1 parent 9d0a919 commit e7e523a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/IRac.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,9 @@ bool IRac::isProtocolSupported(const decode_type_t protocol) {
#if SEND_YORK
case decode_type_t::YORK:
#endif
#if SEND_WHIRLPOOL_AC
case decode_type_t::WHIRLPOOL_AC:
#endif
return true;
default:
return false;
Expand Down

0 comments on commit e7e523a

Please sign in to comment.