Skip to content

Commit

Permalink
fix(detect): Detect JETSTROM 6060 JP as IKEA L2207 Koenkk/zigbee2mq…
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Mar 3, 2025
1 parent 731cd4b commit 9a8a44c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/ikea.ts
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ export const definitions: DefinitionWithExtend[] = [
extend: [addCustomClusterManuSpecificIkeaUnknown(), ikeaLight({colorTemp: true}), m.identify()],
},
{
zigbeeModel: ["JETSTROM 6060"],
zigbeeModel: ["JETSTROM 6060", "JETSTROM 6060 JP"],
model: "L2207",
vendor: "IKEA",
description: "JETSTROM ceiling light panel, white spectrum, 60x60 cm",
Expand Down

0 comments on commit 9a8a44c

Please sign in to comment.