mirror of
https://github.com/crankyoldgit/IRremoteESP8266.git
synced 2026-01-12 00:05:10 +08:00
Mitsubishi_AC: update left vane in IRac class (#1837)
Mitsubishi AC, when sent from generic IRac only controls the right vane. Make the left vane use the same setting.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user