diff --git a/plejd/PlejdApi.js b/plejd/PlejdApi.js index cc12990..1fcc9cb 100644 --- a/plejd/PlejdApi.js +++ b/plejd/PlejdApi.js @@ -332,17 +332,14 @@ class PlejdApi { dimmable: true, broadcastClicks: false, }; - // DAL-01 is presumably a very special device - // Please open a new issue if you have ideas on how to handel - // Below could be use as testing, but since one device can have up to 64 slaves it probably won't work - // case 12: - // return { - // name: 'DAL-01', - // description: 'Dali broadcast with dimmer and tuneable white support', - // type: 'light', - // dimmable: true, - // broadcastClicks: false, - // }; + case 12: + return { + name: 'DAL-01', + description: 'Dali broadcast with dimmer and tuneable white support', + type: 'light', + dimmable: true, + broadcastClicks: false, + }; case 14: return { name: 'DIM-01', diff --git a/plejd/README.md b/plejd/README.md index 7b61943..9cecf0b 100644 --- a/plejd/README.md +++ b/plejd/README.md @@ -144,7 +144,7 @@ Plejd output devices typically appears as either lights or switches in Home Assi | DIM-02 | - | Light | | | LED-10 | - | Light | | | LED-75 | - | Light | | -| DAL-01 | - | - | Not tested, not supported | +| DAL-01 | - | Light | | | 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 | | GWY-01 | - | - | |