diff --git a/components/tclac/tclac.cpp b/components/tclac/tclac.cpp index 7685694..c02a45e 100644 --- a/components/tclac/tclac.cpp +++ b/components/tclac/tclac.cpp @@ -183,7 +183,7 @@ void tclacClimate::readData() { preset = ClimatePreset::CLIMATE_PRESET_ECO; } else if (dataRX[9] & (1 << 2)){ preset = ClimatePreset::CLIMATE_PRESET_COMFORT; - } else if ((dataRX[24] & (1 << 0))){ + } else if ((dataRX[19] & (1 << 0))){ preset = ClimatePreset::CLIMATE_PRESET_SLEEP; }