Skip to content

Commit

Permalink
Merge pull request #78 from yenoiwesa/shutter-device
Browse files Browse the repository at this point in the history
Shutter device
  • Loading branch information
yenoiwesa authored Feb 25, 2023
2 parents eebb387 + fc0bd16 commit 1b2b8c8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-connexoon",
"version": "2.2.3",
"version": "2.2.4",
"description": "A Homebridge plugin providing support for the Connexoon, TaHoma and Cozytouch platforms and accessories.",
"main": "index.js",
"files": [
Expand Down
1 change: 1 addition & 0 deletions src/services-mapping.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ module.exports = {
Pergola: [WindowCovering],
RollerShutter: [WindowCovering],
Screen: [WindowCovering],
Shutter: [WindowCovering],
SwingingShutter: [WindowCovering],
VenetianBlind: [WindowCovering],
};

0 comments on commit 1b2b8c8

Please sign in to comment.