Skip to content

Commit 9a33433

Browse files
authored
fix: Rename E160x/E170x/E190x and E22x4 (#8801)
1 parent 738bbb7 commit 9a33433

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

src/devices/ikea.ts

+18-2
Original file line numberDiff line numberDiff line change
@@ -563,9 +563,21 @@ const definitions: DefinitionWithExtend[] = [
563563
// #region on/off controls
564564
{
565565
zigbeeModel: ['TRADFRI control outlet'],
566-
model: 'E1603/E1702/E1708',
566+
model: 'E160x/E170x/E190x',
567567
vendor: 'IKEA',
568568
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+
],
569581
extend: [addCustomClusterManuSpecificIkeaUnknown(), m.onOff(), m.identify()],
570582
ota: true,
571583
},
@@ -592,9 +604,13 @@ const definitions: DefinitionWithExtend[] = [
592604
},
593605
{
594606
zigbeeModel: ['TRETAKT Smart plug'],
595-
model: 'E2204',
607+
model: 'E22x4',
596608
vendor: 'IKEA',
597609
description: 'TRETAKT smart plug',
610+
whiteLabel: [
611+
{model: 'E2204', vendor: 'IKEA', description: 'E2204 (EU)'},
612+
{model: 'E2214', vendor: 'IKEA', description: 'E2214 (CH)'},
613+
],
598614
extend: [addCustomClusterManuSpecificIkeaUnknown(), m.onOff(), m.identify()],
599615
ota: true,
600616
},

0 commit comments

Comments
 (0)