Add support for the DAL-01 Dali broadcast with dimmer and tuneable white support

This commit is contained in:
swevictor 2023-08-25 15:57:00 +02:00
parent 979adea7f0
commit 5f77638ca3
2 changed files with 9 additions and 12 deletions

View file

@ -332,17 +332,14 @@ class PlejdApi {
dimmable: true, dimmable: true,
broadcastClicks: false, broadcastClicks: false,
}; };
// DAL-01 is presumably a very special device case 12:
// Please open a new issue if you have ideas on how to handel return {
// Below could be use as testing, but since one device can have up to 64 slaves it probably won't work name: 'DAL-01',
// case 12: description: 'Dali broadcast with dimmer and tuneable white support',
// return { type: 'light',
// name: 'DAL-01', dimmable: true,
// description: 'Dali broadcast with dimmer and tuneable white support', broadcastClicks: false,
// type: 'light', };
// dimmable: true,
// broadcastClicks: false,
// };
case 14: case 14:
return { return {
name: 'DIM-01', name: 'DIM-01',

View file

@ -144,7 +144,7 @@ Plejd output devices typically appears as either lights or switches in Home Assi
| DIM-02 | - | Light | | | DIM-02 | - | Light | |
| LED-10 | - | Light | | | LED-10 | - | Light | |
| LED-75 | - | 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 | | 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 | | WRT-01 | - | Device Automation | type:button_short_press, subtype:button_1 |
| GWY-01 | - | - | | | GWY-01 | - | - | |