From bd6e04395782ccf634bd0211d16656a902dc1af6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domagoj=20Polovi=C4=87?= Date: Thu, 17 Aug 2023 20:51:34 +0200 Subject: [PATCH] fix(detect): Detect `_TZ3000_qystbcjg` as UNSH SMKG-1KNL-EU-Z (#6081) --- src/devices/tuya.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/devices/tuya.ts b/src/devices/tuya.ts index aca3b92803cda..ea6dcbd83776c 100644 --- a/src/devices/tuya.ts +++ b/src/devices/tuya.ts @@ -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', @@ -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']), ], }, {