From 14b8b612aedf77b61964752b6f030f0aa2dc4f60 Mon Sep 17 00:00:00 2001 From: I-am-nightingale Date: Thu, 11 Apr 2024 16:56:24 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9A=D0=B0=D0=B6=D0=B4=D1=8B=D0=B9=20=D0=BC?= =?UTF-8?q?=D0=B5=D0=BB=D0=BA=D0=B8=D0=B9=20=D0=BA=D0=BE=D1=81=D1=8F=D0=BA?= =?UTF-8?q?=20=D0=BD=D0=B0=20=D0=B2=D0=B8=D0=B4=D1=83-=20=D0=BF=D1=80?= =?UTF-8?q?=D0=BE=D1=81=D1=82=D0=BE=20=D0=BF=D0=BE=D0=B7=D0=BE=D1=80?= 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 4252f17..79b577b 100644 --- a/components/tclac/tclac.cpp +++ b/components/tclac/tclac.cpp @@ -579,7 +579,7 @@ void tclacClimate::dataShow(bool flow, bool shine) { // Получение состояния пищалки void tclacClimate::set_beeper_state(bool state) { this->beeper_status_ = state; - if (set_force_mode_state == true){ + if (force_mode_status_){ tclacClimate::control(); } }