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,
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',