[BUG] Fix missing parameter in call to IRac::gree() (#2008)

PR #1928 missed extending the call to `gree()` resulting in subsequent parameters being shifted by one place.

Fixes #2007
This commit is contained in:
David Conran
2023-06-28 12:42:38 +10:00
committed by GitHub
parent 8082175126
commit f5f8710a9e

View File

@@ -3256,7 +3256,8 @@ bool IRac::sendAc(const stdAc::state_t desired, const stdAc::state_t *prev) {
_modulation);
gree(&ac, (gree_ac_remote_model_t)send.model, send.power, send.mode,
send.celsius, send.degrees, send.fanspeed, send.swingv, send.swingh,
send.turbo, send.econo, send.light, send.clean, send.sleep);
send.iFeel, send.turbo, send.econo, send.light, send.clean,
send.sleep);
break;
}
#endif // SEND_GREE