Skip to content

Commit

Permalink
fix(detect): Detect _TZ3000_iv6ph5tr as KnockautX FMS2C017 Koenkk/z…
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Dec 17, 2023
1 parent 348937e commit 0d34878
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/devices/moes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const definitions: Definition[] = [
},
},
{
fingerprint: [{modelID: 'TS011F', manufacturerName: '_TZ3000_pmz6mjyu'}],
fingerprint: tuya.fingerprint('TS011F', ['_TZ3000_pmz6mjyu', '_TZ3000_iv6ph5tr']),
model: 'MS-104BZ',
description: 'Smart light switch module (2 gang)',
vendor: 'Moes',
Expand All @@ -78,6 +78,9 @@ const definitions: Definition[] = [
await reporting.bind(endpoint2, coordinatorEndpoint, ['genOnOff']);
await reporting.onOff(endpoint2);
},
whiteLabel: [
tuya.whitelabel('KnockautX', 'FMS2C017', '2 gang switch', ['_TZ3000_iv6ph5tr']),
],
},
{
zigbeeModel: ['TS0112'],
Expand Down

0 comments on commit 0d34878

Please sign in to comment.