Skip to content

Commit

Permalink
feat: Add manuSpecificBosch9 cluster (#820)
Browse files Browse the repository at this point in the history
Co-authored-by: slugzero <pi@haus>
  • Loading branch information
slugzero and slugzero authored Dec 7, 2023
1 parent d689b39 commit 4915931
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/zcl/definition/cluster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5403,6 +5403,26 @@ const Cluster: {
},
commandsResponse: {},
},
manuSpecificBosch9: {
ID: 0xfca1,
manufacturerCode: ManufacturerCode.Bosch,
attributes: {},
commands: {
confirmButtonPressed: {
ID: 0x0010,
parameters: [
{name: 'data', type: BuffaloZclDataType.BUFFER},
],
},
pairingCompleted: {
ID: 0x0012,
parameters: [
{name: 'data', type: BuffaloZclDataType.BUFFER},
],
},
},
commandsResponse: {},
},
manuSpecificAssaDoorLock: {
ID: 0xFC00,
attributes: {
Expand Down

0 comments on commit 4915931

Please sign in to comment.