-
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #41 from slavikme/master
Add an ability to define different times according to the moving direction of the blinds
- Loading branch information
Showing
5 changed files
with
34 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,4 @@ node_modules/ | |
.DS_Store | ||
.env | ||
package-lock.json | ||
.idea |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "homebridge-blinds", | ||
"version": "1.3.20", | ||
"version": "1.3.21", | ||
"description": "A homebridge plugin to control my blinds", | ||
"main": "index.js", | ||
"scripts": { | ||
|
@@ -26,7 +26,8 @@ | |
"author": "Daniel Caspi <[email protected]>", | ||
"contributors": [ | ||
"Robin Temme <[email protected]>", | ||
"Jimmy Henderickx <[email protected]>" | ||
"Jimmy Henderickx <[email protected]>", | ||
"Slavik Meltser <[email protected]>" | ||
], | ||
"license": "ISC", | ||
"dependencies": { | ||
|