Skip to content

Commit

Permalink
FNB56-SKT1EHG1.2 (Koenkk#198)
Browse files Browse the repository at this point in the history
* GLEDOPTO GL-B-008Z

* HGZB-20-DE

https://www.amazon.de/Intelligente-Steckdose-kompatibel-SmartThings-Steuerung/dp/B07GYG5GRP

* Update devices.js

* Update devices.js

* Update devices.js
  • Loading branch information
arteck authored and qosmio committed Dec 25, 2019
1 parent c8fd771 commit 3ddf5f7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions devices.js
Original file line number Diff line number Diff line change
Expand Up @@ -7623,6 +7623,17 @@ const devices = [
fromZigbee: generic.light_onoff_brightness.fromZigbee,
toZigbee: generic.light_onoff_brightness.toZigbee,
},

// Smart Home Pty
{
zigbeeModel: ['FNB56-SKT1EHG1.2'],
model: 'HGZB-20-DE',
vendor: 'Smart Home Pty',
description: 'Power plug',
supports: 'on/off',
fromZigbee: [fz.generic_state_change],
toZigbee: [tz.on_off],
},
];

module.exports = devices.map((device) =>
Expand Down

0 comments on commit 3ddf5f7

Please sign in to comment.