Skip to content

Commit

Permalink
fix(detect): Detect GWA1512_SmokeSensor as Develco SMSZB-120 (#7542)
Browse files Browse the repository at this point in the history
  • Loading branch information
mzanetti committed May 21, 2024
1 parent 812720f commit f548d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/develco.ts
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ const definitions: Definition[] = [
},
},
{
zigbeeModel: ['SMSZB-120'],
zigbeeModel: ['SMSZB-120', 'GWA1512_SmokeSensor'],
model: 'SMSZB-120',
vendor: 'Develco',
description: 'Smoke detector with siren',
Expand Down

0 comments on commit f548d53

Please sign in to comment.