Skip to content

Commit

Permalink
drafted version 0.10.6, changed readme/changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
codmpm committed Jun 2, 2020
1 parent 2f26683 commit ba9f358
Show file tree
Hide file tree
Showing 4 changed files with 152 additions and 4 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
### 0.10.6
* fixed #44
* new `node-lox-ws-api` for better reconnction handling
* fixed missing structure file for miniserver config
* better error messages if miniserver not reachable, also on online nodes
* configurable miniserver keepalive in config node

### 0.10.5
* fixed #42
* added info that git is needed

### 0.10.4
* fixed development dependency `package.json`

### 0.10.3
* fixed #35
* using own forked node-lox-ws-api
* better connection information adressing #28 and hopefully #33
* `miniserver.connected` now after authentification not after initial connection



### 0.10.2
* updated `node-lox-ws-api` to `0.4.4` for nodejs 10.x compatibility. Thanks @alladdin

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# node-red-contrib-loxone

> **As of verison `0.10.4` please make sure, that your system has the `git` command, as the needed library are currently
> **As of verison `0.10.4` please make sure, that your system has the `git` command installed, as the needed library are currently
>pulled from github. Otherwise you will get an `undefined ls-remote`-Error.**
> **Thank you** everyone, the miniserver is funded: https://www.gofundme.com/miniserver-fur-nodered-entwicklung
Expand Down Expand Up @@ -28,7 +28,7 @@ Keepalive is handled via `node-lox-ws-api` and token based authentication is use
As I don't have an own Loxone installation, I can't do a "real world" test. Gladly have an own miniserver through the
mentioned crowdfunding campaign. Again, thank you all!

Tested with loxone-config V9.0.9.26, node-red 0.17.5, nodeJS 6.12.0 LTS
Tested with loxone-config V11.0.5.5, node-red 1.0.6, nodeJS 12.13.1 LTS

> Help, pull requests and feedback in general are very welcome!
Expand Down
126 changes: 126 additions & 0 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-contrib-loxone",
"version": "0.10.5",
"version": "0.10.6",
"description": "Connecting the Loxone Miniserver to node-red via Websocket API",
"license": "MIT",
"keywords": [
Expand All @@ -14,7 +14,7 @@
},
"author": "Patrik Mayer <[email protected]> <https://www.codm.de/)",
"dependencies": {
"node-lox-ws-api": "codm/node-lox-ws-api#0.4.5-bugfix"
"node-lox-ws-api": "github:codm/node-lox-ws-api#0.4.5-bugfix"
},
"repository": "codmpm/node-red-contrib-loxone"
}

0 comments on commit ba9f358

Please sign in to comment.