- updated
node-lox-ws-api
to0.4.4
for nodejs 10.x compatibility. Thanks @alladdin
- fixed category is displayed in room introduced in
0.10.0
, thanks to @Jofagi
- fixed crash on empty room or empty category (unused)
- adapted colors and logo to match new loxone style
- parsing of substates (intelligent room controller > temperatures) fixed
- added
msInfo
andlastModified
tomsg
-object
- 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")
- added stream-in node
- removed keepalive log message
- refactored event handling and building of msg-object
- fixed missing msg-object data in control-in node introduced in
0.6.1
- updated
node-lox-ws-api
to0.4.3
to fix reconnect bug - removed wrong
client.abort()
onclient.close
- removed "activate connection" checkbox for now
- refactoring
- 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
- updated
node-lox-ws-api
to0.3.4
for an intermediate solution working with Loxone 9 - added checkbox to activate a miniserver connection
node-lox-ws-api
updated to0.3.2
node-lox-ws-api
updated to0.3.1
- disconnect on AES fixed
- AES now also for webservice calls
- dropped support for nodeJS
< 4.5
- webservice-node: added checkbox for appending
msg.payload
to the URI of the webservice node
- review readme
- fixed image display from readme on flows.nodered.org
- added keepalive node
- correct handling of online-node with more than one miniserver connection
- fixed error if empty room name or empty category name
- fixed error on deploying after editing the config node
- added online node
- only controls shown regarding room/category on node editing
- updated
node-lox-ws-api
to 0.2.8groovy - updated
ws
to 2.2.3
- breaks compatibility to 0.0.x
- added webservice-node
- updated
node-lox-ws-api
- control-in
- control-out
- initial release
- testing