From b7bccdb902e32731b52ebc5faf7d600dfb972ce8 Mon Sep 17 00:00:00 2001 From: I-am-nightingale Date: Fri, 12 Apr 2024 22:33:21 +0300 Subject: [PATCH] =?UTF-8?q?=D0=90=20=D1=82=D1=83=D1=82=20=D0=B8=D0=BD?= =?UTF-8?q?=D0=B8=D1=86=D0=B8=D0=B8=D1=80=D0=BE=D0=B2=D0=B0=D1=82=D1=8C=20?= =?UTF-8?q?=D0=BF=D0=B5=D1=80=D0=B5=D0=BC=D0=B5=D0=BD=D0=BD=D1=83=D1=8E=20?= =?UTF-8?q?=D0=B7=D0=B0=D0=B1=D1=8B=D0=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/tclac/tclac.h | 1 + 1 file changed, 1 insertion(+) diff --git a/components/tclac/tclac.h b/components/tclac/tclac.h index aa83a24..76f2136 100644 --- a/components/tclac/tclac.h +++ b/components/tclac/tclac.h @@ -102,6 +102,7 @@ class tclacClimate : public climate::Climate, public esphome::uart::UARTDevice, bool beeper_status_; bool display_status_; bool force_mode_status_; + uint8_t switch_preset = 0; bool module_display_status_; uint8_t switch_fan_mode = 0; uint8_t switch_swing_mode = 0;