diff --git a/src/zcl/definition/cluster.ts b/src/zcl/definition/cluster.ts index c58169aad7..cc5d540a15 100644 --- a/src/zcl/definition/cluster.ts +++ b/src/zcl/definition/cluster.ts @@ -5183,9 +5183,16 @@ const Cluster: { ledIntensityWhenOn: {ID: 0x0061, type: DataType.uint8}, ledIntensityWhenOff: {ID: 0x0062, type: DataType.uint8}, ledBarScaling: {ID: 0x0064, type: DataType.boolean}, + singleTapBehavior: {ID: 0x0078, type: DataType.uint8}, + fanTimerMode: {ID: 0x0079, type: DataType.uint8}, auxSwitchUniqueScenes: {ID: 0x007b, type: DataType.boolean}, bindingOffToOnSyncLevel: {ID: 0x007d, type: DataType.boolean}, breezeMode: {ID: 0x0081, type: DataType.uint32}, + fanControlMode: {ID: 0x0082, type: DataType.uint8}, + lowLevelForFanControlMode: {ID: 0x0083, type: DataType.uint8}, + mediumLevelForFanControlMode: {ID: 0x0084, type: DataType.uint8}, + highLevelForFanControlMode: {ID: 0x0085, type: DataType.uint8}, + ledColorForFanControlMode: {ID: 0x0086, type: DataType.uint8}, localProtection: {ID: 0x0100, type: DataType.boolean}, remoteProtection: {ID: 0x0101, type: DataType.boolean}, outputMode: {ID: 0x0102, type: DataType.boolean},