Я ведь так каждый свой косяк буду сюда записывать

This commit is contained in:
I-am-nightingale
2024-04-11 16:54:47 +03:00
parent 84709b2eac
commit fc0d023ae9

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){
if (set_force_mode_state == true){
tclacClimate::control();
}
}