Skip to content

Commit

Permalink
feat(add): L2206 (#7248)
Browse files Browse the repository at this point in the history
* Add support for IKEA Jetstrom 3030

This supports colour unlike the other two Jetstrom lights which have already been added.

* Fixed whitespace issue

* Update model
  • Loading branch information
jamesonuk committed Mar 21, 2024
1 parent 4d0dc21 commit af204a4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/devices/ikea.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1138,6 +1138,13 @@ const definitions: Definition[] = [
description: 'STOFTMOLN ceiling/wall lamp 15 warm light dimmable',
extend: [tradfriLight()],
},
{
zigbeeModel: ['JETSTROM 3030 ceiling'],
model: 'L2206',
vendor: 'IKEA',
description: 'JETSTRÖM LED wall light panel, smart dimmable/wired-in colour and white spectrum, 30x30cm',
extend: [tradfriLight({colorTemp: true, color: true})],
},
{
zigbeeModel: ['JETSTROM 40100'],
model: 'L2208',
Expand Down

0 comments on commit af204a4

Please sign in to comment.