Skip to content

Commit c6ecf02

Browse files
Add IKEA KAJPLATS LED2408G10 Koenkk/zigbee2mqtt#30211
1 parent e9132fc commit c6ecf02

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

src/devices/ikea.ts

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -570,6 +570,27 @@ export const definitions: DefinitionWithExtend[] = [
570570
description: "KAJPLATS led bulb",
571571
extend: [m.light({colorTemp: {range: [153, 555]}, color: true})],
572572
},
573+
{
574+
fingerprint: [
575+
{
576+
// https://github.com/Koenkk/zigbee2mqtt/issues/30211#issuecomment-3696471655
577+
modelID: "",
578+
manufacturerName: "",
579+
hardwareVersion: 1,
580+
dateCode: "",
581+
zclVersion: 8,
582+
applicationVersion: 0,
583+
endpoints: [
584+
{ID: 1, profileID: 260, deviceID: 268, inputClusters: [0, 3, 4, 5, 6, 8, 768, 4096], outputClusters: []},
585+
{ID: 242, profileID: 41440, deviceID: 97, inputClusters: [], outputClusters: [33]},
586+
],
587+
},
588+
],
589+
model: "LED2408G10",
590+
vendor: "IKEA",
591+
description: "KAJPLATS E27 bulb, white spectrum, globe, opal, 1521 lm",
592+
extend: [m.light({colorTemp: {range: [153, 454]}, color: false})],
593+
},
573594
{
574595
zigbeeModel: ["Floor lamp WW"],
575596
model: "G2015",

0 commit comments

Comments
 (0)