Каждый мелкий косяк на виду- просто позор

This commit is contained in:
I-am-nightingale
2024-04-11 16:56:24 +03:00
parent fc0d023ae9
commit 14b8b612ae

View File

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