Skip to content

Commit

Permalink
fix: Extend manuSpecificInovelli cluster (Koenkk#824)
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 9, 2023
1 parent 0513221 commit 435ed7a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/zcl/definition/cluster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down

0 comments on commit 435ed7a

Please sign in to comment.