From 435ed7a5a0f1e45fbc4ecbc3882772e5d10ed2a9 Mon Sep 17 00:00:00 2001 From: Kevin Balthaser Date: Sat, 9 Dec 2023 11:47:34 -0500 Subject: [PATCH] fix: Extend `manuSpecificInovelli` cluster (#824) Co-authored-by: Kevin Balthaser --- src/zcl/definition/cluster.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/zcl/definition/cluster.ts b/src/zcl/definition/cluster.ts index d1bda0ebc3bd9..c372236cd06bb 100644 --- a/src/zcl/definition/cluster.ts +++ b/src/zcl/definition/cluster.ts @@ -5134,6 +5134,8 @@ const Cluster: { activeEnergyReports: {ID: 0x0014, type: DataType.uint16}, powerType: {ID: 0x0015, type: DataType.boolean}, switchType: {ID: 0x0016, type: DataType.uint8}, + quickStartTime: {ID: 0x0017, type: DataType.uint8}, + quickStartLevel: {ID: 0x0018, type: DataType.uint8}, higherOutputInNonNeutral: {ID: 0x0019, type: DataType.boolean}, nonNeutralAuxMediumGear: {ID: 0x001e, type: DataType.uint8}, nonNeutralAuxLowGear: {ID: 0x001f, type: DataType.uint8},