From f2303f280017e4cf72fdd5a23e131dc2873c76f5 Mon Sep 17 00:00:00 2001 From: koenkk Date: Tue, 23 May 2023 13:14:49 +0200 Subject: [PATCH] fix(detect): Detect `_TZE204_cjbofhxw` as TuYa PJ-MGW1203 https://github.com/Koenkk/zigbee2mqtt/issues/17637 --- src/devices/tuya.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/tuya.js b/src/devices/tuya.js index 9ed7a1669f149..44a60dccdb768 100644 --- a/src/devices/tuya.js +++ b/src/devices/tuya.js @@ -3374,7 +3374,7 @@ module.exports = [ }, { fingerprint: tuya.fingerprint('TS0601', ['_TZE204_cjbofhxw']), - model: 'TS0601_clamp_meter', + model: 'PJ-MGW1203', vendor: 'TuYa', description: 'Clamp meter', fromZigbee: [tuya.fz.datapoints, tuya.fz.gateway_connection_status],