Skip to content

Commit

Permalink
fix: Add breezemode to Inovelli Cluster (#842)
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Balthaser <kevin@nybblebyte.com>
  • Loading branch information
futurexdesign and Kevin Balthaser authored Dec 26, 2023
1 parent 93cc97f commit 64273b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/zcl/definition/cluster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down

0 comments on commit 64273b7

Please sign in to comment.