Add hardware id 14 as DIM-01

This commit is contained in:
swevictor 2022-04-12 09:15:08 +02:00
parent 1d05726940
commit b6a566f973

View file

@ -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