Add support for DWN-02 from dev to master

This commit is contained in:
swevictor 2025-08-05 10:35:42 +02:00
parent 1b9889c0ee
commit fbfe239421
2 changed files with 9 additions and 8 deletions

View file

@ -405,17 +405,17 @@ class PlejdApi {
dimmable: true, dimmable: true,
broadcastClicks: false, broadcastClicks: false,
}; };
case 199:
return {
name: 'DWN-02',
description: 'Smart tunable downlight with a built-in dimmer function, 8W',
type: 'light',
dimmable: true,
broadcastClicks: false,
};
// PLEASE CREATE AN ISSUE WITH THE HARDWARE ID if you own one of these devices! // PLEASE CREATE AN ISSUE WITH THE HARDWARE ID if you own one of these devices!
// case // case
// return { // return {
// name: 'DWN-02',
// description: 'Smart tunable downlight with a built-in dimmer function, 8W',
// type: 'light',
// dimmable: true,
// broadcastClicks: false,
// };
// case
// return {
// name: 'OUT-01', // name: 'OUT-01',
// description: 'Outdoor wall light with built-in LED, 2x5W', // description: 'Outdoor wall light with built-in LED, 2x5W',
// type: 'light', // type: 'light',

View file

@ -147,6 +147,7 @@ Plejd output devices typically appears as either lights or switches in Home Assi
| LED-75 | - | Light | | | LED-75 | - | Light | |
| DAL-01 | - | Light | | | DAL-01 | - | Light | |
| DWN-01 | - | Light | | | DWN-01 | - | Light | |
| DWN-02 | - | Light | |
| WPH-01 | - | Device Automation | type:button_short_press, subtype:button_1, button_2,button_3,button_4 | | WPH-01 | - | Device Automation | type:button_short_press, subtype:button_1, button_2,button_3,button_4 |
| WRT-01 | - | Device Automation | type:button_short_press, subtype:button_1 | | WRT-01 | - | Device Automation | type:button_short_press, subtype:button_1 |
| GWY-01 | - | - | | | GWY-01 | - | - | |