Cleanup of electrolux files

This commit is contained in:
tim 2022-03-28 16:25:16 +02:00
parent 73aa88f4a6
commit d78a819c05
2 changed files with 2 additions and 6 deletions

View File

@ -5,7 +5,7 @@ ElectroluxHeatpumpIR::ElectroluxHeatpumpIR() : HeatpumpIR()
{
}
// Support for YAC1FBF remote
// Support for YAL1F remote
ElectroluxYALHeatpumpIR::ElectroluxYALHeatpumpIR() : ElectroluxHeatpumpIR()
{
static const char model[] PROGMEM = "electroluxyal";
@ -175,4 +175,4 @@ void ElectroluxHeatpumpIR::sendElectrolux(IRSender& IR, uint8_t powerMode, uint8
// End mark
IR.mark(ELECTROLUX_AIRCON1_BIT_MARK);
IR.space(0);
}
}

View File

@ -14,10 +14,6 @@
#define ELECTROLUX_AIRCON1_ZERO_SPACE 540
#define ELECTROLUX_AIRCON1_MSG_SPACE 19000
// Timing specific for YAC features (I-Feel mode)
#define ELECTROLUX_YAC_HDR_MARK 6000
#define ELECTROLUX_YAC_HDR_SPACE 3000
#define ELECTROLUX_YAC_BIT_MARK 650
// Power state
#define ELECTROLUX_AIRCON1_POWER_OFF 0x00