В прошлый раз скомпилировалось :) Пора попробовать настройку в деле.

This commit is contained in:
I-am-nightingale
2024-04-11 20:57:55 +03:00
parent e7084226e7
commit e5735ea80c

View File

@@ -180,6 +180,7 @@ void tclacClimate::readData() {
}
// Публикуем данные
this->publish_state();
allow_take_control = true;
}
// Climate control
@@ -214,6 +215,7 @@ void tclacClimate::control(const ClimateCall &call) {
takeControl();
allow_take_control = true;
}