From 64273b755122ea76120a446717a579cab0118aa2 Mon Sep 17 00:00:00 2001 From: Kevin Balthaser Date: Tue, 26 Dec 2023 14:25:16 -0500 Subject: [PATCH] fix: Add breezemode to Inovelli Cluster (#842) Co-authored-by: Kevin Balthaser --- src/zcl/definition/cluster.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/zcl/definition/cluster.ts b/src/zcl/definition/cluster.ts index 0036987025..4c6048e58e 100644 --- a/src/zcl/definition/cluster.ts +++ b/src/zcl/definition/cluster.ts @@ -5178,6 +5178,7 @@ const Cluster: { ledBarScaling: {ID: 0x0064, type: DataType.boolean}, auxSwitchUniqueScenes: {ID: 0x007b, type: DataType.boolean}, bindingOffToOnSyncLevel: {ID: 0x007d, type: DataType.boolean}, + breezeMode: {ID: 0x0081, type: DataType.uint32}, localProtection: {ID: 0x0100, type: DataType.boolean}, remoteProtection: {ID: 0x0101, type: DataType.boolean}, outputMode: {ID: 0x0102, type: DataType.boolean},