From 4c88e14be8220ddbfaba82e15a5c35b82efabddf Mon Sep 17 00:00:00 2001 From: Bob van de Vijver Date: Thu, 2 Jul 2026 13:58:29 +0200 Subject: [PATCH] Add missed export of Thermostat UI Configuration cluster --- index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.js b/index.js index acb451a..1901570 100644 --- a/index.js +++ b/index.js @@ -75,6 +75,7 @@ const { DoorLockCluster, WindowCoveringCluster, ThermostatCluster, + ThermostatUserInterfaceConfigurationCluster, PumpConfigurationAndControlCluster, FanControlCluster, DehumidificationControlCluster, @@ -139,6 +140,7 @@ module.exports = { DoorLockCluster, WindowCoveringCluster, ThermostatCluster, + ThermostatUserInterfaceConfigurationCluster, PumpConfigurationAndControlCluster, FanControlCluster, DehumidificationControlCluster,