Add support for OUT-02
This commit is contained in:
parent
d99a54e849
commit
f6cdbdc155
1 changed files with 10 additions and 0 deletions
|
|
@ -401,6 +401,16 @@ class PlejdApi {
|
||||||
colorTemp: true,
|
colorTemp: true,
|
||||||
broadcastClicks: false,
|
broadcastClicks: false,
|
||||||
};
|
};
|
||||||
|
case 135:
|
||||||
|
return {
|
||||||
|
name: 'OUT-02', // Specifically the hardware id is from a OUT-02-U, with outlet
|
||||||
|
description:
|
||||||
|
'OUT-02 is a smart outdoor wall luminaire with tunable white (2,200–4,000K), built-in LED and dimmer. The product is available in two versions: OUT-02-U, with built-in outlet (two sockets), and OUT-02, without outlet.',
|
||||||
|
type: 'light',
|
||||||
|
dimmable: true,
|
||||||
|
colorTemp: true,
|
||||||
|
broadcastClicks: false,
|
||||||
|
};
|
||||||
case 167:
|
case 167:
|
||||||
return {
|
return {
|
||||||
name: 'DWN-01',
|
name: 'DWN-01',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue