Skip to content

Commit

Permalink
feat(ignore): Update Inovelli cluster definition with new parameters …
Browse files Browse the repository at this point in the history
…for updated VZM35 firmware (#881)

Co-authored-by: Kevin Balthaser <kevin@nybblebyte.com>
  • Loading branch information
futurexdesign and Kevin Balthaser authored Jan 21, 2024
1 parent 2d3a5d1 commit 3c69f6b
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 3c69f6b

Please sign in to comment.