Add hardware id 14 as DIM-01
This commit is contained in:
parent
1d05726940
commit
b6a566f973
1 changed files with 1 additions and 1 deletions
|
|
@ -251,6 +251,7 @@ class PlejdApi {
|
||||||
switch (parseInt(plejdDevice.hardwareId, 10)) {
|
switch (parseInt(plejdDevice.hardwareId, 10)) {
|
||||||
case 1:
|
case 1:
|
||||||
case 11:
|
case 11:
|
||||||
|
case 14:
|
||||||
return {
|
return {
|
||||||
name: 'DIM-01',
|
name: 'DIM-01',
|
||||||
type: 'light',
|
type: 'light',
|
||||||
|
|
@ -330,7 +331,6 @@ class PlejdApi {
|
||||||
dimmable: false,
|
dimmable: false,
|
||||||
broadcastClicks: false,
|
broadcastClicks: false,
|
||||||
};
|
};
|
||||||
case 14:
|
|
||||||
case 15:
|
case 15:
|
||||||
case 16:
|
case 16:
|
||||||
// Unknown
|
// Unknown
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue