-
-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# 0.9.0 (2016-05-23) * (bluefox) make from seconds the ms * (bluefox) add console command "isrun" * (bluefox) add "--timeout 5000" * (bluefox) fix small errors * (bluefox) change function formatValue * (bluefox) fix stop of scheduled adapters * (bluefox) add "--logs" flag for adapter start (required by adapter debugging) * (bluefox) make hostname configurable * (bluefox) fix update of adapters and settings
- Loading branch information
1 parent
c057811
commit 35eb493
Showing
3 changed files
with
8 additions
and
3 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
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": "iobroker.js-controller", | ||
"version": "0.8.10", | ||
"version": "0.9.0", | ||
"engines": { | ||
"node": ">=0.8" | ||
}, | ||
|