Skip to content

Commit

Permalink
Fix missing quiet parameter of haier176
Browse files Browse the repository at this point in the history
Try to fix #2101
  • Loading branch information
crankyoldgit authored Jun 5, 2024
1 parent bcbf7ca commit 017f42b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/IRac.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3288,7 +3288,8 @@ bool IRac::sendAc(const stdAc::state_t desired, const stdAc::state_t *prev) {
IRHaierAC176 ac(_pin, _inverted, _modulation);
haier176(&ac, (haier_ac176_remote_model_t)send.model, send.power,
send.mode, send.celsius, send.degrees, send.fanspeed,
send.swingv, send.swingh, send.turbo, send.filter, send.sleep);
send.swingv, send.swingh, send.turbo, send.quiet, send.filter,
send.sleep);
break;
}
#endif // SEND_HAIER_AC176
Expand Down

0 comments on commit 017f42b

Please sign in to comment.