From f6cdbdc155a3e1c2ed76d56f2a636f2fcca9977c Mon Sep 17 00:00:00 2001 From: swevictor Date: Thu, 7 Aug 2025 08:53:11 +0200 Subject: [PATCH] Add support for OUT-02 --- plejd/PlejdApi.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/plejd/PlejdApi.js b/plejd/PlejdApi.js index 55edf93..5749aa5 100644 --- a/plejd/PlejdApi.js +++ b/plejd/PlejdApi.js @@ -401,6 +401,16 @@ class PlejdApi { colorTemp: true, 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: return { name: 'DWN-01',