Skip to content

Commit

Permalink
Innr RB 265 E27 Bulb support (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
srdansuka authored and Koenkk committed Feb 15, 2019
1 parent dc29854 commit 4be7821
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions devices.js
Original file line number Diff line number Diff line change
Expand Up @@ -1223,6 +1223,13 @@ const devices = [
description: 'B22 Bulb RGBW',
extend: generic.light_onoff_brightness_colortemp_colorxy,
},
{
zigbeeModel: ['RB 265'],
model: 'RB 265',
vendor: 'Innr',
description: 'E27 Bulb',
extend: generic.light_onoff_brightness,
},
{
zigbeeModel: ['RB 285 C'],
model: 'RB 285 C',
Expand Down

0 comments on commit 4be7821

Please sign in to comment.