Skip to content

Commit

Permalink
feat(add): AE 270 T-2 (#8458)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pashovski authored Dec 9, 2024
1 parent c4f3807 commit 50ac7b5
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 @@ -625,6 +625,13 @@ const definitions: DefinitionWithExtend[] = [
description: 'E26/24 bulb 1100lm, dimmable, white spectrum',
extend: [light({colorTemp: {range: [154, 500]}, turnsOffAtBrightness1: true})],
},
{
zigbeeModel: ['AE 270 T-2'],
model: 'AE 270 T-2',
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 50ac7b5

Please sign in to comment.