From 827a4ff1287099df1892f122a58cb4fdca7564fb Mon Sep 17 00:00:00 2001 From: Ivan Belokobylskiy Date: Fri, 15 Dec 2023 21:11:02 +0400 Subject: [PATCH] add thermostatUiCfg cluster to the list --- src/sensorEpCfg.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/sensorEpCfg.c b/src/sensorEpCfg.c index f0c80d3..927bbed 100644 --- a/src/sensorEpCfg.c +++ b/src/sensorEpCfg.c @@ -49,6 +49,9 @@ const u16 sensorDevice_inClusterList[] = #ifdef ZCL_TEMPERATURE_MEASUREMENT ZCL_CLUSTER_MS_TEMPERATURE_MEASUREMENT, #endif +#ifdef ZCL_THERMOSTAT_UI_CFG + ZCL_CLUSTER_HAVC_USER_INTERFACE_CONFIG, +#endif #ifdef ZCL_IAS_ZONE ZCL_CLUSTER_SS_IAS_ZONE, #endif