Skip to content

Commit

Permalink
feat(add): RB 267 (#7527)
Browse files Browse the repository at this point in the history
  • Loading branch information
ferarias committed May 16, 2024
1 parent fb8969c commit 010319f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/devices/innr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,17 @@ const definitions: Definition[] = [
return {default: 1};
},
},
{
zigbeeModel: ['RB 267'],
model: 'RB 267',
vendor: 'Innr',
description: 'E27 smart bulb white 1100',
extend: [light({turnsOffAtBrightness1: true})],
ota: ota.zigbeeOTA,
endpoint: (device) => {
return {default: 1};
},
},
{
zigbeeModel: ['RF 265'],
model: 'RF 265',
Expand Down

0 comments on commit 010319f

Please sign in to comment.