Skip to content

Commit 348e097

Browse files
committed
Add modelA
1 parent c317316 commit 348e097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ir_Gree.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ void IRGreeAC::off(void) { setPower(false); }
218218
void IRGreeAC::setPower(const bool on) {
219219
_.Power = on;
220220
// May not be needed. See #814
221-
_.ModelA = (on && _model == gree_ac_remote_model_t::YAW1F);
221+
_.ModelA = (on && (_model == gree_ac_remote_model_t::YAW1F || _model == gree_ac_remote_model_t::YX1F8F));
222222
}
223223

224224
/// Get the value of the current power setting.

0 commit comments

Comments
 (0)