Skip to content

Commit

Permalink
fix for #168
Browse files Browse the repository at this point in the history
  • Loading branch information
empierre committed May 31, 2018
1 parent ef9be57 commit da21bbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mdah.js
Original file line number Diff line number Diff line change
Expand Up @@ -2448,6 +2448,7 @@ app.get("/devices", auth, function (req, res) {
result.push(DevMotion(data.result[i]));
break;
case 'Door Lock':
case 'Door Lock Inverted':
result.push(DevLock(data.result[i]));
break;
case 'Door Contact':
Expand Down

0 comments on commit da21bbe

Please sign in to comment.