From 3197f00330a125e9ef2e644e56ab1fb9ac406dbb Mon Sep 17 00:00:00 2001 From: I-am-nightingale Date: Wed, 12 Jun 2024 19:23:01 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9A=D0=B0=D0=BA=20=D0=BE=D0=B1=D1=8B=D1=87?= =?UTF-8?q?=D0=BD=D0=BE,=20=D0=B7=D0=B0=D0=B1=D1=8B=D0=BB=20=D1=81=D0=BE?= =?UTF-8?q?=D1=85=D1=80=D0=B0=D0=BD=D0=B8=D1=82=D1=8C=20=D0=B2=D1=81=D0=B5?= =?UTF-8?q?=20=D1=84=D0=B0=D0=B9=D0=BB=D1=8B=20=D0=BF=D0=B5=D1=80=D0=B5?= =?UTF-8?q?=D0=B4=20=D0=BF=D1=83=D1=88=D0=B5=D0=BC...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/tclac/tclac.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/tclac/tclac.h b/components/tclac/tclac.h index b4264d7..55c23a6 100644 --- a/components/tclac/tclac.h +++ b/components/tclac/tclac.h @@ -99,10 +99,12 @@ class tclacClimate : public climate::Climate, public esphome::uart::UARTDevice, uint8_t switch_preset = 0; bool module_display_status_; uint8_t switch_fan_mode = 0; + bool is_call_control = false; uint8_t switch_swing_mode = 0; int target_temperature_set = 0; uint8_t switch_climate_mode = 0; bool allow_take_control = false; + esphome::climate::ClimateTraits traits_; public: