Skip to content

Commit

Permalink
Update cluster.ts
Browse files Browse the repository at this point in the history
New cluster command (240) required by Bosh Siren to start and stop alarm
  • Loading branch information
smarts4home authored Jan 31, 2024
1 parent 86c5c0d commit 081a67c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/zcl/definition/cluster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2918,6 +2918,12 @@ const Cluster: {
{name: 'squawkinfo', type: DataType.uint8},
],
},
boschOutdoorSiren: {
ID: 240,
parameters: [
{ name: 'data', type: DataType.uint8 },

Check failure on line 2924 in src/zcl/definition/cluster.ts

View workflow job for this annotation

GitHub Actions / ci

There should be no space after '{'

Check failure on line 2924 in src/zcl/definition/cluster.ts

View workflow job for this annotation

GitHub Actions / ci

There should be no space before '}'
],
},
},
commandsResponse: {
},
Expand Down

0 comments on commit 081a67c

Please sign in to comment.