Skip to content

Commit

Permalink
fix(detect): Detect _TZ3000_qystbcjg as UNSH SMKG-1KNL-EU-Z (#6081)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vorta authored Aug 17, 2023
1 parent e61be78 commit bd6e043
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/devices/tuya.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4802,7 +4802,7 @@ const definitions: Definition[] = [
configure: tuya.configureMagicPacket,
},
{
fingerprint: tuya.fingerprint('TS011F', ['_TZ3000_cayepv1a', '_TZ3000_lepzuhto']),
fingerprint: tuya.fingerprint('TS011F', ['_TZ3000_cayepv1a', '_TZ3000_lepzuhto', '_TZ3000_qystbcjg']),
model: 'TS011F_with_threshold',
description: 'Din rail switch with power monitoring and threshold settings',
vendor: 'TuYa',
Expand Down Expand Up @@ -4853,6 +4853,7 @@ const definitions: Definition[] = [
whiteLabel: [
tuya.whitelabel('TONGOU', 'TO-Q-SY2-163JZT', 'Smart circuit breaker', ['_TZ3000_cayepv1a']),
tuya.whitelabel('EARU', 'EAKCB-T-M-Z', 'Smart circuit breaker', ['_TZ3000_lepzuhto']),
tuya.whitelabel('UNSH', 'SMKG-1KNL-EU-Z', 'Smart Circuit Breaker', ['_TZ3000_qystbcjg']),
],
},
{
Expand Down

0 comments on commit bd6e043

Please sign in to comment.