Skip to content

Commit

Permalink
fix: Add motDEtat to liXeePrivate cluster Koenkk/zigbee2mqtt#21825
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed May 6, 2024
1 parent 4e23625 commit a731e60
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 @@ -4585,6 +4585,7 @@ const Clusters: Readonly<Record<ClusterName, Readonly<ClusterDefinition>>> = {
warnDIR1: {ID: 0x0006, type: DataType.UINT16},
warnDIR2: {ID: 0x0007, type: DataType.UINT16},
warnDIR3: {ID: 0x0008, type: DataType.UINT16},
motDEtat: {ID: 0x0009, type: DataType.CHAR_STR},
currentPrice: {ID: 0x0200, type: DataType.CHAR_STR},
currentIndexTarif: {ID: 0x0201, type: DataType.UINT8},
currentDate: {ID: 0x0202, type: DataType.CHAR_STR},
Expand Down

0 comments on commit a731e60

Please sign in to comment.