Skip to content

Commit

Permalink
feat(add): AE 270 T (#7537)
Browse files Browse the repository at this point in the history
  • Loading branch information
AquaMorph committed May 20, 2024
1 parent 380417b commit b65b3e4
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 @@ -547,6 +547,13 @@ const definitions: Definition[] = [
description: 'E26/24 bulb',
extend: [light({turnsOffAtBrightness1: true})],
},
{
zigbeeModel: ['AE 270 T'],
model: 'AE 270 T',
vendor: 'Innr',
description: 'E26/24 bulb 1100lm, dimmable, white spectrum',
extend: [light({colorTemp: {range: [154, 500]}, turnsOffAtBrightness1: true})],
},
{
zigbeeModel: ['AE 280 C'],
model: 'AE 280 C',
Expand Down

0 comments on commit b65b3e4

Please sign in to comment.