We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c317316 commit 348e097Copy full SHA for 348e097
src/ir_Gree.cpp
@@ -218,7 +218,7 @@ void IRGreeAC::off(void) { setPower(false); }
218
void IRGreeAC::setPower(const bool on) {
219
_.Power = on;
220
// May not be needed. See #814
221
- _.ModelA = (on && _model == gree_ac_remote_model_t::YAW1F);
+ _.ModelA = (on && (_model == gree_ac_remote_model_t::YAW1F || _model == gree_ac_remote_model_t::YX1F8F));
222
}
223
224
/// Get the value of the current power setting.
0 commit comments