Skip to content

Commit

Permalink
fix(ignore): Add boschOutdoorSiren command (#900)
Browse files Browse the repository at this point in the history
* Update cluster.ts

New cluster command (240) required by Bosh Siren to start and stop alarm

* Update cluster.ts

* Update cluster.ts
  • Loading branch information
smarts4home authored Feb 1, 2024
1 parent 86c5c0d commit 5bb789a
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},
],
},
},
commandsResponse: {
},
Expand Down

0 comments on commit 5bb789a

Please sign in to comment.