Add support for the DAL-01 Dali broadcast with dimmer and tuneable white support
This commit is contained in:
parent
979adea7f0
commit
5f77638ca3
2 changed files with 9 additions and 12 deletions
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -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 | - | - | |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue