Skip to content

Commit

Permalink
fix(add): T2106 (#5789)
Browse files Browse the repository at this point in the history
* add T2106

* Update ikea.js
  • Loading branch information
yschen5812 committed May 24, 2023
1 parent fdaa6a4 commit 3b2082c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/devices/ikea.js
Original file line number Diff line number Diff line change
Expand Up @@ -1094,6 +1094,13 @@ module.exports = [
description: 'STOFTMOLN ceiling/wall lamp 10 warm light dimmable',
extend: tradfriExtend.light_onoff_brightness(),
},
{
zigbeeModel: ['STOFTMOLN ceiling/wall lamp WW15'],
model: 'T2106',
vendor: 'IKEA',
description: 'STOFTMOLN ceiling/wall lamp 15 warm light dimmable',
extend: tradfriExtend.light_onoff_brightness(),
},
{
zigbeeModel: ['TRADFRIbulbPAR38WS900lm'],
model: 'LED2006R9',
Expand Down

0 comments on commit 3b2082c

Please sign in to comment.