Skip to content

Commit

Permalink
[BUG] Fix parameter ordering for Gree in common a/c code.
Browse files Browse the repository at this point in the history
Fixes #814
  • Loading branch information
crankyoldgit committed Jul 22, 2019
1 parent 7de1bc9 commit 96c0611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IRac.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1065,7 +1065,7 @@ bool IRac::sendAc(const decode_type_t vendor, const int16_t model,
IRGreeAC ac(_pin, (gree_ac_remote_model_t)model, _inverted, _modulation);
ac.begin();
gree(&ac, (gree_ac_remote_model_t)model, on, mode, degC, fan, swingv,
light, turbo, clean, sleep);
turbo, light, clean, sleep);
break;
}
#endif // SEND_GREE
Expand Down

0 comments on commit 96c0611

Please sign in to comment.