Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/devices/paulmann.ts
Original file line number Diff line number Diff line change
Expand Up @@ -367,4 +367,11 @@ export const definitions: DefinitionWithExtend[] = [
description: "Puric pane pendant light 6x6W dimmable",
extend: [m.light()],
},
{
zigbeeModel: ["984.42", "98442", "984.43", "98443"],
model: '984.42 / 984.43',
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you separate these through a whitelabel? See hue.ts file for examples. Then we can identify them separately

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure, what do you want me to do.
I can't find hue.ts.

vendor: 'Paulmann Licht GmbH',
description: 'Azalena Smart Home Zigbee LED Light withe motion detection (HF)',
extend: [m.light({"colorTemp":{"range":[153,370]}})],
},
];