From a81cd7c4fdd2e50ba6cbecbb503ad70709351750 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Sat, 7 Nov 2020 00:24:31 +0100 Subject: [PATCH] fix typo --- libnymea-zigbee/zcl/zigbeeclusterlibrary.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libnymea-zigbee/zcl/zigbeeclusterlibrary.h b/libnymea-zigbee/zcl/zigbeeclusterlibrary.h index 46efebe..cd8543e 100644 --- a/libnymea-zigbee/zcl/zigbeeclusterlibrary.h +++ b/libnymea-zigbee/zcl/zigbeeclusterlibrary.h @@ -148,8 +148,8 @@ public: ClusterIdPumpConfigurationControl = 0x0200, ClusterIdThermostat = 0x0201, ClusterIdFanControll = 0x0202, - ClusterIdDehumiditationControll = 0x0203, - ClusterIdThermostatUserControll = 0x0204, + ClusterIdDehumiditationControl = 0x0203, + ClusterIdThermostatUserControl = 0x0204, // Lighting ClusterIdColorControl = 0x0300,