From fc0d023ae9cc5f648f9f2843f082d287f2b9909f Mon Sep 17 00:00:00 2001 From: I-am-nightingale Date: Thu, 11 Apr 2024 16:54:47 +0300 Subject: [PATCH] =?UTF-8?q?=D0=AF=20=D0=B2=D0=B5=D0=B4=D1=8C=20=D1=82?= =?UTF-8?q?=D0=B0=D0=BA=20=D0=BA=D0=B0=D0=B6=D0=B4=D1=8B=D0=B9=20=D1=81?= =?UTF-8?q?=D0=B2=D0=BE=D0=B9=20=D0=BA=D0=BE=D1=81=D1=8F=D0=BA=20=D0=B1?= =?UTF-8?q?=D1=83=D0=B4=D1=83=20=D1=81=D1=8E=D0=B4=D0=B0=20=D0=B7=D0=B0?= =?UTF-8?q?=D0=BF=D0=B8=D1=81=D1=8B=D0=B2=D0=B0=D1=82=D1=8C?= 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 cd45072..4252f17 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){ + if (set_force_mode_state == true){ tclacClimate::control(); } }