Skip to content

Commit

Permalink
Update Inovelli cluster definition with new parameters for updated VZ…
Browse files Browse the repository at this point in the history
…M35 firmware
  • Loading branch information
Kevin Balthaser committed Jan 20, 2024
1 parent 758d2f3 commit 1d4324e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/zcl/definition/cluster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down

0 comments on commit 1d4324e

Please sign in to comment.