Skip to content

Commit

Permalink
feat(add): 915005988201 (#6012)
Browse files Browse the repository at this point in the history
addition Hue Play Gradient Light Tube Large Black EU
zigbee model code change between EU and US
  • Loading branch information
tititg34 authored Jul 26, 2023
1 parent 72e3107 commit 680379a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/devices/philips.js
Original file line number Diff line number Diff line change
Expand Up @@ -3262,6 +3262,13 @@ module.exports = [
description: 'Hue Gradient light tube compact',
extend: philips.extend.light_onoff_brightness_colortemp_color_gradient({colorTempRange: [153, 500]}),
},
{
zigbeeModel: ['915005988201'],
model: '915005988201',
vendor: 'Philips',
description: 'Hue Gradient light tube large black EU',
extend: philips.extend.light_onoff_brightness_colortemp_color_gradient({colorTempRange: [153, 500]}),
},
{
zigbeeModel: ['929003055701'],
model: '929003055701',
Expand Down

0 comments on commit 680379a

Please sign in to comment.