forked from GladysAssistant/Gladys
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Open-Zwave to version 1.6 (GladysAssistant#675)
* Force alpine version to force OZW version * Install OZW 1.6 in CircleCI & use 1.6.2 OZW Node * Force library update * Install latest OZW version (but fixed on a given commit) * Fix already pushed in a previous PR... Error in commit 5242a1a ? * Reorder Docker commands for local dev' * Revert change not for this PR * Fix Dockerfile * Revert forcing alpine version as now OZW is manually compiled Co-authored-by: Pierre-Gilles Leymarie <pierregilles.leymarie@gmail.com>
- Loading branch information
Showing
4 changed files
with
34 additions
and
8 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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -13,6 +13,6 @@ | |
], | ||
"scripts": {}, | ||
"dependencies": { | ||
"openzwave-shared": "^1.5.8" | ||
"openzwave-shared": "^1.6.2" | ||
} | ||
} |