From 6336044e51897577e00d6cb26105a1eebeea9c44 Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Wed, 16 Oct 2024 21:59:42 +0200 Subject: [PATCH] fix(detect): Detect `_TZ3000_jwcixnrz` as Tuya TS0215A_remote https://github.com/Koenkk/zigbee2mqtt/issues/4951 --- src/devices/tuya.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/devices/tuya.ts b/src/devices/tuya.ts index b7c0dc16273a4..cc6cee438b652 100644 --- a/src/devices/tuya.ts +++ b/src/devices/tuya.ts @@ -2919,6 +2919,7 @@ const definitions: DefinitionWithExtend[] = [ {modelID: 'TS0215A', manufacturerName: '_TZ3000_fsiepnrh'}, {modelID: 'TS0215A', manufacturerName: '_TZ3000_ug1vtuzn'}, {modelID: 'TS0215A', manufacturerName: '_TZ3000_eo3dttwe'}, + {modelID: 'TS0215A', manufacturerName: '_TZ3000_jwcixnrz'}, ], model: 'TS0215A_remote', vendor: 'Tuya',