Skip to content

Commit

Permalink
Add hardware id 14 as DIM-01
Browse files Browse the repository at this point in the history
  • Loading branch information
SweVictor committed Apr 12, 2022
1 parent 1d05726 commit b6a566f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plejd/PlejdApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ class PlejdApi {
switch (parseInt(plejdDevice.hardwareId, 10)) {
case 1:
case 11:
case 14:
return {
name: 'DIM-01',
type: 'light',
Expand Down Expand Up @@ -330,7 +331,6 @@ class PlejdApi {
dimmable: false,
broadcastClicks: false,
};
case 14:
case 15:
case 16:
// Unknown
Expand Down

0 comments on commit b6a566f

Please sign in to comment.