From 8b57f6a4df2bd9bd0410595432e31054c33ee5e1 Mon Sep 17 00:00:00 2001 From: christoph Date: Wed, 17 Dec 2025 15:44:09 +0100 Subject: [PATCH] Define TCL_STATUS_FRAME_MIN_SIZE in bundled component --- components/tclac/tclac.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/components/tclac/tclac.cpp b/components/tclac/tclac.cpp index ff1a8c6..2b852bc 100644 --- a/components/tclac/tclac.cpp +++ b/components/tclac/tclac.cpp @@ -15,6 +15,7 @@ namespace esphome{ namespace tclac{ constexpr uint8_t TCL_FRAME_TYPE_STATUS = 0x04; +constexpr size_t TCL_STATUS_FRAME_MIN_SIZE = 40; ClimateTraits tclacClimate::traits() { auto traits = climate::ClimateTraits();