Skip to content

Commit

Permalink
feat: Add manuSpecificBosch10 Cluster for BMCT-SLZ (#849)
Browse files Browse the repository at this point in the history
* BMCT-SLZ: Add manuSpecificBosch10 cluster

* BMCT-SLZ: change attributes to camel case
  • Loading branch information
slugzero authored Jan 1, 2024
1 parent 5411ab6 commit 7dcead9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/zcl/definition/cluster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5421,6 +5421,20 @@ const Cluster: {
},
commandsResponse: {},
},
manuSpecificBosch10: {
ID: 0xfca0,
manufacturerCode: ManufacturerCode.Bosch,
attributes: {
deviceMode: {ID: 0x0000, type: DataType.enum8},
switchType: {ID: 0x0001, type: DataType.enum8},
calibrationOpeningTime: {ID: 0x0002, type: DataType.uint32},
calibrationClosingTime: {ID: 0x0003, type: DataType.uint32},
childLock: {ID: 0x0008, type: DataType.boolean},
motorState: {ID: 0x0013, type: DataType.enum8},
},
commands: {},
commandsResponse: {},
},
manuSpecificAssaDoorLock: {
ID: 0xFC00,
attributes: {
Expand Down

0 comments on commit 7dcead9

Please sign in to comment.