Skip to content

Commit

Permalink
Support HGZB-42-UK. Koenkk#278
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk authored and qosmio committed Dec 25, 2019
1 parent ef8dffb commit 0e58665
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions devices.js
Original file line number Diff line number Diff line change
Expand Up @@ -7193,11 +7193,11 @@ const devices = [
extend: generic.light_onoff_brightness,
},

// Nue, 3A Smarthome, Smarthome Pty Ltd, 3A
// Nue, 3A
{
zigbeeModel: ['FB56+ZSW1HKJ1.7'],
model: 'HGZB-042',
vendor: 'Nue',
vendor: 'Nue / 3A',
description: 'Smart light switch - 2 gang',
supports: 'on/off',
fromZigbee: [fz.generic_state_multi_ep, fz.ignore_onoff_change],
Expand All @@ -7216,7 +7216,7 @@ const devices = [
{
zigbeeModel: ['FB56+ZSW05HG1.2'],
model: 'FB56+ZSW05HG1.2',
vendor: 'Nue',
vendor: 'Nue / 3A',
description: 'ZigBee one gang wall / in-wall smart switch',
supports: 'on/off',
fromZigbee: [fz.state, fz.ignore_onoff_change],
Expand All @@ -7225,7 +7225,7 @@ const devices = [
{
zigbeeModel: ['FNB56-SKT1DHG1.4'],
model: 'MG-AUWS01',
vendor: 'Nue',
vendor: 'Nue / 3A',
description: 'ZigBee Double GPO',
supports: 'on/off',
fromZigbee: [fz.nue_power_state, fz.ignore_onoff_change],
Expand All @@ -7237,10 +7237,19 @@ const devices = [
{
zigbeeModel: ['FNB56-ZSW23HG1.1'],
model: 'HGZB-01A',
vendor: 'Nue',
vendor: 'Nue / 3A',
description: 'ZigBee smart light controller',
extend: generic.light_onoff_brightness,
},
{
zigbeeModel: ['FNB56-ZSW01LX2.0'],
model: 'HGZB-42-UK',
description: 'Zigbee smart switch 2 gang',
vendor: 'Nue / 3A',
supports: 'on/off',
fromZigbee: [fz.ignore_onoff_change, fz.state],
toZigbee: [tz.on_off],
},

// Smart Home Pty
{
Expand Down

0 comments on commit 0e58665

Please sign in to comment.