fixed typo in GreeHeatpumpIR::sendGree for YAN variant

This commit is contained in:
h31p 2021-11-22 00:46:52 +02:00
parent 0948c619d8
commit 0e4bc7fc2a
1 changed files with 2 additions and 2 deletions

View File

@ -225,7 +225,7 @@ void GreeHeatpumpIR::sendGree(IRSender& IR, uint8_t powerMode, uint8_t operating
if (greeModel == GREE_YAN)
{
GreeTemplate[2] = 0x60;
GreeTemplate[2] = 0x50;
GreeTemplate[3] = 0x50;
if (turboMode)
{
@ -339,4 +339,4 @@ void GreeYACHeatpumpIR::send(IRSender& IR, uint8_t currentTemperature)
// End mark
IR.mark(GREE_YAC_BIT_MARK);
IR.space(0);
}
}