@@ -3694,6 +3694,34 @@ const definitions: DefinitionWithExtend[] = [
3694
3694
description : 'Hue Perifo Wall Light, 3 spotlights (white)' ,
3695
3695
extend : [ philipsLight ( { colorTemp : { range : [ 153 , 500 ] } , color : true } ) ] ,
3696
3696
} ,
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
+ } ,
3697
3725
{
3698
3726
zigbeeModel : [ '915005988101' ] ,
3699
3727
model : '915005988101' ,
0 commit comments