From 84837956ed167c54f00fe36ed73cc3ba0650b6cc Mon Sep 17 00:00:00 2001 From: highground88 Date: Sat, 9 Mar 2019 20:35:19 +1000 Subject: [PATCH] Update devices.js for Nue HGZB-41 The Nue 1 gang smart switch model 'HGZB-41' identifies as 'FNB56-ZSW01LX2.0', the same as previously listed 'HGZB-42-UK' 2 gang switch. Updated model / description to allow for both. --- devices.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devices.js b/devices.js index 3e4c9a80d5de2..2545434e84887 100644 --- a/devices.js +++ b/devices.js @@ -1803,8 +1803,8 @@ const devices = [ }, { zigbeeModel: ['FNB56-ZSW01LX2.0'], - model: 'HGZB-42-UK', - description: 'Zigbee smart switch 2 gang', + model: 'HGZB-42-UK / HGZB-41', + description: 'Zigbee smart switch 1/2 gang', vendor: 'Nue / 3A', supports: 'on/off', fromZigbee: [fz.ignore_onoff_change, fz.state],