From e611bdbe74410a664ac203184ede11f331bd41d2 Mon Sep 17 00:00:00 2001 From: I-am-nightingale Date: Fri, 12 Apr 2024 23:36:33 +0300 Subject: [PATCH] =?UTF-8?q?=D0=95=D1=89=D0=B5=20=D1=80=D0=B0=D0=B7=20?= =?UTF-8?q?=D0=BF=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=B8=D0=BB=20=D0=BF=D1=80?= =?UTF-8?q?=D0=BE=D1=82=D0=BE=D0=BA=D0=BE=D0=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/tclac/tclac.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }