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(); } }