From d78a819c05f1c74a8e72cc0f9f74bf668f0f9afa Mon Sep 17 00:00:00 2001 From: tim Date: Mon, 28 Mar 2022 16:25:16 +0200 Subject: [PATCH] Cleanup of electrolux files --- ElectroluxHeatpumpIR.cpp | 4 ++-- ElectroluxHeatpumpIR.h | 4 ---- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/ElectroluxHeatpumpIR.cpp b/ElectroluxHeatpumpIR.cpp index c6dc3d1..8f2099c 100644 --- a/ElectroluxHeatpumpIR.cpp +++ b/ElectroluxHeatpumpIR.cpp @@ -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); -} \ No newline at end of file +} diff --git a/ElectroluxHeatpumpIR.h b/ElectroluxHeatpumpIR.h index 62f1cc2..df77eef 100644 --- a/ElectroluxHeatpumpIR.h +++ b/ElectroluxHeatpumpIR.h @@ -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