Skip to content

Commit

Permalink
feat(add): OSL 132 C (#7171)
Browse files Browse the repository at this point in the history
* add Innr OSL 132 C

* Update innr.ts

---------

Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
  • Loading branch information
philmtd and Koenkk committed Mar 7, 2024
1 parent ed7ed68 commit 80fec9e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/devices/innr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -631,6 +631,13 @@ const definitions: Definition[] = [
description: 'Outdoor smart spot colour, 230lm/spot, RGBW',
extend: [light({colorTemp: {range: [153, 555]}, color: {modes: ['xy', 'hs'], applyRedFix: true}, turnsOffAtBrightness1: true})],
},
{
zigbeeModel: ['OSL 132 C'],
model: 'OSL 132 C',
vendor: 'Innr',
description: 'Outdoor smart spot color',
extend: [light({colorTemp: {range: [100, 1000]}, color: {modes: ['xy', 'hs'], enhancedHue: true}})],
},
{
zigbeeModel: ['BE 220'],
model: 'BE 220',
Expand Down

0 comments on commit 80fec9e

Please sign in to comment.