Add DIM-01 support, hardware id 22 (#318)
Merge of PR to add support for DIM-01, hw id 22.
This commit is contained in:
parent
7bdcc60205
commit
0f3cee0284
1 changed files with 8 additions and 0 deletions
|
|
@ -381,6 +381,14 @@ class PlejdApi {
|
||||||
dimmable: false,
|
dimmable: false,
|
||||||
broadcastClicks: false,
|
broadcastClicks: false,
|
||||||
};
|
};
|
||||||
|
case 22:
|
||||||
|
return {
|
||||||
|
name: 'DIM-01',
|
||||||
|
description: '1-channel dimmer LED, 300 VA ("LC" hardware/chip version)',
|
||||||
|
type: 'light',
|
||||||
|
dimmable: true,
|
||||||
|
broadcastClicks: false,
|
||||||
|
};
|
||||||
case 36:
|
case 36:
|
||||||
return {
|
return {
|
||||||
name: 'LED-75',
|
name: 'LED-75',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue