Skip to content

Commit

Permalink
feat: Add more attributes for manuSpecificLumi (#966)
Browse files Browse the repository at this point in the history
  • Loading branch information
deiger committed Mar 10, 2024
1 parent 5256a02 commit 68d97d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/zcl/definition/cluster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4637,6 +4637,9 @@ const Cluster: {
illuminance: {ID: 0x0112, type: DataType.uint32},
displayUnit: {ID: 0x0114, type: DataType.uint8},
airQuality: {ID: 0x0129, type: DataType.uint8},
curtainReverse: {ID: 0x0400, type: DataType.boolean},
curtainHandOpen: {ID: 0x0401, type: DataType.boolean},
curtainCalibrated: {ID: 0x0402, type: DataType.boolean},
},
commands: {},
commandsResponse: {}
Expand Down

0 comments on commit 68d97d8

Please sign in to comment.