Skip to content

Commit c29cbf7

Browse files
LaurentvdBosKoenkk
andauthored
feat(add): 929003116301, 929003116401, 929003116501, 929003116601 (#7968)
* feat(add): 929003116301, 929003116401, 929003116501, 929003116601 * u --------- Co-authored-by: Koen Kanters <[email protected]>
1 parent 7c6bf8f commit c29cbf7

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

src/devices/philips.ts

+28
Original file line numberDiff line numberDiff line change
@@ -3694,6 +3694,34 @@ const definitions: DefinitionWithExtend[] = [
36943694
description: 'Hue Perifo Wall Light, 3 spotlights (white)',
36953695
extend: [philipsLight({colorTemp: {range: [153, 500]}, color: true})],
36963696
},
3697+
{
3698+
zigbeeModel: ['929003116301'],
3699+
model: '929003116301',
3700+
vendor: 'Philips',
3701+
description: 'Hue Perifo gradient light tube small (black)',
3702+
extend: [philipsLight({colorTemp: {range: [153, 500]}, color: true, gradient: true})],
3703+
},
3704+
{
3705+
zigbeeModel: ['929003116401'],
3706+
model: '929003116401',
3707+
vendor: 'Philips',
3708+
description: 'Hue Perifo gradient light tube small (white)',
3709+
extend: [philipsLight({colorTemp: {range: [153, 500]}, color: true, gradient: true})],
3710+
},
3711+
{
3712+
zigbeeModel: ['929003116501'],
3713+
model: '929003116501',
3714+
vendor: 'Philips',
3715+
description: 'Hue Perifo gradient light tube large (black)',
3716+
extend: [philipsLight({colorTemp: {range: [153, 500]}, color: true, gradient: true})],
3717+
},
3718+
{
3719+
zigbeeModel: ['929003116601'],
3720+
model: '929003116601',
3721+
vendor: 'Philips',
3722+
description: 'Hue Perifo gradient light tube large (white)',
3723+
extend: [philipsLight({colorTemp: {range: [153, 500]}, color: true, gradient: true})],
3724+
},
36973725
{
36983726
zigbeeModel: ['915005988101'],
36993727
model: '915005988101',

0 commit comments

Comments
 (0)