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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue