-
-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* (bluefox) implement auto-restart of adapters (expert mode) * (bluefox) add rights check for getBinaryState/setBinaryState * (bluefox) support of default ttl for sessions * (bluefox) fix custom setup * (bluefox) fix upload binary files * (bluefox) fix list of files in subdirectories * (bluefox) fix visdebug without widgetset-name
- Loading branch information
1 parent
4a72394
commit 41eb030
Showing
4 changed files
with
38 additions
and
22 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
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.10.1", | ||
"version": "0.11.0", | ||
"engines": { | ||
"node": ">=0.8" | ||
}, | ||
|