From 1153ccfc9e1f9a97fccf4daf432e1c1e2d37e675 Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Fri, 22 Nov 2024 21:39:36 +0100 Subject: [PATCH] fix(detect): Detect `_TZE204_jtbgusdc` as Avatto ZDMS16-2 https://github.com/Koenkk/zigbee2mqtt/issues/24840 --- src/devices/tuya.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/devices/tuya.ts b/src/devices/tuya.ts index 5300846cabf79..4d2d724b86f12 100644 --- a/src/devices/tuya.ts +++ b/src/devices/tuya.ts @@ -2450,6 +2450,10 @@ const definitions: DefinitionWithExtend[] = [ modelID: 'TS0601', manufacturerName: '_TZE204_o9gyszw2', }, + { + modelID: 'TS0601', + manufacturerName: '_TZE204_jtbgusdc', + }, ], model: 'ZDMS16-2', vendor: 'Avatto',