From bd1b01711e43c12479c6899954c2fd1a76e104ce Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Fri, 30 Oct 2020 09:54:50 +0100 Subject: [PATCH] TLS support zbbridge selectable --- tasmota/my_user_config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/tasmota/my_user_config.h b/tasmota/my_user_config.h index d61d1e7b8..5dd086bcf 100644 --- a/tasmota/my_user_config.h +++ b/tasmota/my_user_config.h @@ -721,6 +721,7 @@ #define USE_ZIGBEE_COALESCE_ATTR_TIMER 350 // timer to coalesce attribute values (in ms) #define USE_ZIGBEE_MODELID "Tasmota Z2T" // reported "ModelId" (cluster 0000 / attribute 0005) #define USE_ZIGBEE_MANUFACTURER "Tasmota" // reported "Manufacturer" (cluster 0000 / attribute 0004) + #define USE_ZBBRIDGE_TLS // TLS support for zbbridge // -- Other sensors/drivers -----------------------