Skip to content

Commit

Permalink
Add support for OSRAM LED Panel TW 595 UGR22 (#836)
Browse files Browse the repository at this point in the history
* Add support for OSRAM LED Panel TW 595 UGR22

* Update devices.js

Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
  • Loading branch information
CSchlipp and Koenkk committed Dec 23, 2019
1 parent 3c18d82 commit 2a3cdcb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion devices.js
Original file line number Diff line number Diff line change
Expand Up @@ -2167,7 +2167,13 @@ const devices = [
description: 'OSRAM SubstiTUBE T8 Advanced UO Connected',
extend: osram.light_onoff_brightness,
},

{
zigbeeModel: ['Panel TW 595 UGR22'],
model: '595UGR22',
vendor: 'OSRAM',
description: 'OSRAM LED panel TW 595 UGR22',
extend: osram.light_onoff_brightness_colortemp,
},

// Hive
{
Expand Down

0 comments on commit 2a3cdcb

Please sign in to comment.