Add support for OUT-02

This commit is contained in:
swevictor 2025-08-07 08:53:11 +02:00
parent d99a54e849
commit f6cdbdc155

View file

@ -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,2004,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',