Skip to content

Commit

Permalink
feat(add): RB 243 (#7425)
Browse files Browse the repository at this point in the history
New E14 candles bought recently are "RB 243"
  • Loading branch information
bfayers authored Apr 22, 2024
1 parent cd2670f commit 7ee566b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/devices/innr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,14 @@ const definitions: Definition[] = [
extend: [light({turnsOffAtBrightness1: true})],
ota: ota.zigbeeOTA,
},
{
zigbeeModel: ['RB 243'],
model: 'RB 243',
vendor: 'Innr',
description: 'E14 candle',
extend: [light({turnsOffAtBrightness1: true})],
ota: ota.zigbeeOTA,
},
{
zigbeeModel: ['RB 248 T'],
model: 'RB 248 T',
Expand Down

0 comments on commit 7ee566b

Please sign in to comment.