Skip to content

Commit

Permalink
fix(detect): Detect HK-SENSOR-CT-A as Sunricher SR-ZG9010A (#6857)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jumaikhanova committed Jan 8, 2024
1 parent 6b67b6c commit 0d84a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/sunricher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ const definitions: Definition[] = [
},
},
{
fingerprint: [{modelID: 'TERNCY-DC01', manufacturerName: 'Sunricher'}],
fingerprint: [{modelID: 'TERNCY-DC01', manufacturerName: 'Sunricher'}, {modelID: 'HK-SENSOR-CT-A', manufacturerName: 'Sunricher'}],
model: 'SR-ZG9010A',
vendor: 'Sunricher',
description: 'Door windows sensor',
Expand Down

0 comments on commit 0d84a96

Please sign in to comment.