-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Update paulmann.ts #10702
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Update paulmann.ts #10702
Conversation
added Paulman Azalena LED Light It is my first Support request, please let me know what is wrong. Sorry for that in advance.
src/devices/paulmann.ts
Outdated
| vendor: 'Paulmann Licht GmbH', | ||
| description: 'Smart Home Zigbee LED Light withe motion detection (HF)', | ||
| extend: [m.light({"colorTemp":{"range":[153,370]}})], | ||
| exposes": [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you try without the exposes?
src/devices/paulmann.ts
Outdated
| }, | ||
| { | ||
| zigbeeModel: ['CCT-I'], | ||
| model: 'CCT-I', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use the model number written on the device/product page
deleted exposes changed model
|
Hi Koenkk, thank you for your check and recommendations. Thank you! |
| }, | ||
| { | ||
| zigbeeModel: ["98442","98443"], | ||
| model: '984.42 / 984.43', |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.
It is my first Support request, please let me know what is wrong. Sorry for that in advance.
Link to picture pull request: TODO