@@ -563,9 +563,21 @@ const definitions: DefinitionWithExtend[] = [
563
563
// #region on/off controls
564
564
{
565
565
zigbeeModel : [ 'TRADFRI control outlet' ] ,
566
- model : 'E1603/E1702/E1708 ' ,
566
+ model : 'E160x/E170x/E190x ' ,
567
567
vendor : 'IKEA' ,
568
568
description : 'TRADFRI control outlet' ,
569
+ whiteLabel : [
570
+ { model : 'E1603' , vendor : 'IKEA' , description : 'E1603 (Type - F)' } ,
571
+ { model : 'E1702/E1703' , vendor : 'IKEA' , description : 'E1702/E1703 (Type - E)' } ,
572
+ { model : 'E1704' , vendor : 'IKEA' , description : 'E1704 (Type - G)' } ,
573
+ { model : 'E1705' , vendor : 'IKEA' , description : 'E1705 (Type - L)' } ,
574
+ {
575
+ model : 'E1706/E1707/E1708/E1709/E1710' ,
576
+ vendor : 'IKEA' ,
577
+ description : 'E1706/E1707/E1708/E1709/E1710 (Type - B)' ,
578
+ } ,
579
+ { model : 'E1902' , vendor : 'IKEA' , description : 'E1902 (Type - J)' } ,
580
+ ] ,
569
581
extend : [ addCustomClusterManuSpecificIkeaUnknown ( ) , m . onOff ( ) , m . identify ( ) ] ,
570
582
ota : true ,
571
583
} ,
@@ -592,9 +604,13 @@ const definitions: DefinitionWithExtend[] = [
592
604
} ,
593
605
{
594
606
zigbeeModel : [ 'TRETAKT Smart plug' ] ,
595
- model : 'E2204 ' ,
607
+ model : 'E22x4 ' ,
596
608
vendor : 'IKEA' ,
597
609
description : 'TRETAKT smart plug' ,
610
+ whiteLabel : [
611
+ { model : 'E2204' , vendor : 'IKEA' , description : 'E2204 (EU)' } ,
612
+ { model : 'E2214' , vendor : 'IKEA' , description : 'E2214 (CH)' } ,
613
+ ] ,
598
614
extend : [ addCustomClusterManuSpecificIkeaUnknown ( ) , m . onOff ( ) , m . identify ( ) ] ,
599
615
ota : true ,
600
616
} ,
0 commit comments