From 55bd00ee1f162d4125cbe0234a340a0236ccb583 Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Mon, 21 Sep 2020 17:18:42 +0200 Subject: [PATCH] Add new fingerprint to TS0601_switch. https://github.com/Koenkk/zigbee-herdsman-converters/issues/1542#issuecomment-695904095 --- devices.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devices.js b/devices.js index 8afd8f105d07c..a5e0c6f33a43a 100755 --- a/devices.js +++ b/devices.js @@ -1214,6 +1214,7 @@ const devices = [ {modelID: 'TS0601', manufacturerName: '_TZE200_wunufsil'}, {modelID: 'TS0601', manufacturerName: '_TZE200_kyfqmmyl'}, {modelID: 'TS0601', manufacturerName: '_TZE200_vhy3iakz'}, + {modelID: 'TS0601', manufacturerName: '_TZE200_oisqyl4o'}, ], model: 'TS0601_switch', vendor: 'TuYa', @@ -1225,6 +1226,7 @@ const devices = [ whiteLabel: [ {vendor: 'Norklmes', model: 'MKS-CM-W5'}, {vendor: 'Somgoms', model: 'ZSQB-SMB-ZB'}, + {vendor: 'Moes', model: 'WS-EUB1-ZG'}, ], configure: async (device, coordinatorEndpoint) => { await bind(device.getEndpoint(1), coordinatorEndpoint, ['genOnOff']);