Skip to content

Commit

Permalink
Mitsubishi_AC: update left vane in IRac class (#1837)
Browse files Browse the repository at this point in the history
Mitsubishi AC, when sent from generic IRac only controls the right vane. Make the left vane use the same setting.
  • Loading branch information
tpanajott authored Jul 8, 2022
1 parent e7058c6 commit 2bad027
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/IRac.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1642,6 +1642,7 @@ void IRac::mitsubishi(IRMitsubishiAC *ac,
ac->setTemp(degrees);
ac->setFan(ac->convertFan(fan));
ac->setVane(ac->convertSwingV(swingv));
ac->setVaneLeft(ac->convertSwingV(swingv));
ac->setWideVane(ac->convertSwingH(swingh));
if (quiet) ac->setFan(kMitsubishiAcFanSilent);
ac->setISave10C(false);
Expand Down

0 comments on commit 2bad027

Please sign in to comment.