Skip to content

Commit

Permalink
Add 'FTB56+ZSN15HG1.0' & 'FB56+ZSN08KJ2.3' Nue Scene Switches (Koenkk…
Browse files Browse the repository at this point in the history
…#333)

* Add 'FTB56+ZSN15HG1.0' & 'FB56+ZSN08KJ2.3' Nue Scene Switches

* Update devices.js
  • Loading branch information
highground88 authored and qosmio committed Dec 25, 2019
1 parent 04519f1 commit 3c58ad2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions devices.js
Original file line number Diff line number Diff line change
Expand Up @@ -7195,6 +7195,24 @@ const devices = [
},

// Nue, 3A
{
zigbeeModel: ['FTB56+ZSN15HG1.0'],
model: 'HGZB-1S',
vendor: 'Nue / 3A',
description: 'Smart 1 key scene wall switch',
supports: 'on/off, click',
toZigbee: [tz.on_off],
fromZigbee: [fz.nue_click, fz.ignore_power_report, fz.ignore_power_change],
},
{
zigbeeModel: ['FB56+ZSN08KJ2.3'],
model: 'HGZB-045',
vendor: 'Nue / 3A',
description: 'Smart 4 key scene wall switch',
supports: 'on/off, click',
toZigbee: [tz.on_off],
fromZigbee: [fz.nue_click, fz.ignore_power_report, fz.ignore_power_change],
},
{
zigbeeModel: ['FNB56-ZSW03LX2.0'],
model: 'HGZB-43',
Expand Down

0 comments on commit 3c58ad2

Please sign in to comment.