Skip to content

Commit

Permalink
Update cluster.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
smarts4home authored Jan 31, 2024
1 parent 081a67c commit 1d19360
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/zcl/definition/cluster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2918,11 +2918,11 @@ const Cluster: {
{name: 'squawkinfo', type: DataType.uint8},
],
},
boschOutdoorSiren: {
ID: 240,
parameters: [
{ name: 'data', 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 1d19360

Please sign in to comment.