Add support for DWN-02 from dev to master
This commit is contained in:
parent
1b9889c0ee
commit
fbfe239421
2 changed files with 9 additions and 8 deletions
|
|
@ -405,17 +405,17 @@ class PlejdApi {
|
|||
dimmable: true,
|
||||
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!
|
||||
// case
|
||||
// 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',
|
||||
// description: 'Outdoor wall light with built-in LED, 2x5W',
|
||||
// type: 'light',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue