Releases: codmpm/node-red-contrib-loxone
Releases · codmpm/node-red-contrib-loxone
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
0.10.1
- fixed category is displayed in room introduced in
0.10.0
, thanks to @Jofagi
0.10.0
- fixed crash on empty room or empty category (unused)
- adapted colors and logo to match new loxone style
0.9.1
- parsing of substates (intelligent room controller > temperatures) fixed
0.9.0
- added
msInfo
and lastModified
to msg
-object
0.8.0
- added stream-all node, thanks to @JoDehli
- added uuid, isFavorite, isSecured to all messages, except webservice calls as this info is not there
- added
msg.data
on webservice calls to get all return values (e.g. if you query "all")
0.7.0
- added stream-in node
- removed keepalive log message
- refactored event handling and building of msg-object
0.6.2
- fixed missing msg-object data in control-in node introduced in
0.6.1
0.6.1
- updated
node-lox-ws-api
to 0.4.3
to fix reconnect bug
- removed wrong
client.abort()
on client.close
- removed "activate connection" checkbox for now
- merged PR #11
- refactoring
0.6.0
- complete Token-Based-Auth support through updated node-lox-ws-api 0.4.2
- new option to select encryption type for the miniserver connection, defaults to Token-Enc
- fixed bug where the structure did not load due to wrong active connection interpretation