From c01ef755903d0103ef2c9b5a1ec45e181860b7bb Mon Sep 17 00:00:00 2001 From: I-am-nightingale Date: Thu, 11 Apr 2024 17:07:05 +0300 Subject: [PATCH] =?UTF-8?q?=D0=AD=D1=82=D0=BE=20=D0=B1=D1=8B=D0=BB=D0=BE?= =?UTF-8?q?=20=D0=B1=D1=8B=20=D1=81=D0=BC=D0=B5=D1=88=D0=BD=D0=BE,=20?= =?UTF-8?q?=D0=B5=D1=81=D0=BB=D0=B8=20=D0=B1=D1=8B=20=D0=BD=D0=B5=20=D0=B1?= =?UTF-8?q?=D1=8B=D0=BB=D0=BE=20=D1=82=D0=B0=D0=BA=20=D0=B3=D1=80=D1=83?= =?UTF-8?q?=D1=81=D1=82=D0=BD=D0=BE..?= 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 62dc3b7..0d1eb24 100644 --- a/components/tclac/tclac.h +++ b/components/tclac/tclac.h @@ -115,6 +115,7 @@ class tclacClimate : public climate::Climate, public esphome::uart::UARTDevice, void loop() override; void setup() override; void update() override; + void takeControl(); void dataShow(bool flow, bool shine); void sendData(byte * message, byte size); static String getHex(byte *message, byte size);