Skip to content

Releases: jn-se/node-red-contrib-heos

0.3.1: Corrections in Readme and Help Files

12 Feb 21:03
f5e1ed3
Compare
Choose a tag to compare

Some corrections in the Readme and the help files.

HeosListenerNode output is being found in msg.heos and not in msg.payload.heos.

0.3.0: Added Listener for Change Events

11 Feb 23:27
5eb279a
Compare
Choose a tag to compare
  • Added HeosListenerNode to listen for change events in the HEOS network.
  • Added HeosPlayerVolumeNode.
  • Improved HEOS connection handling to reduce the number of active connections.
  • Added status colors for nodes that display connection status.
  • Added examples and improved documentation.
  • Improved errors and information shown when auto-discover has failed.
  • Splitted source code into separate files for each node.

0.2.0: Added Flow Examples and Connection Improvements

01 Feb 21:22
bae11b3
Compare
Choose a tag to compare
  • Added examples and updated Readme.
  • Fixed problems with error handling when no devices are found in the network.
  • Connection errors are now displayed in the debug tab.

0.1.1: Bugfix - broken Node-RED editor

23 Jan 22:24
e42780b
Compare
Choose a tag to compare

Fixed a bug with corrupt URLs in heos.html for resource files. That could break startup of some Node-RED editor versions.

The links in the HTML file did not include the scoped name. But the scoped package name was required for using npm with Node-RED. During local testing I did not use the scoped package name. So I'm sorry for the troubles with the first npm package uploaded.

⚠️ If you installed v0.1.0 before and the Node-RED editor breaks on startup please perform the following steps: Via command line do npm update @jn-se/node-red-contrib-heos to update to v.0.1.1 and then restart Node-RED.

0.1.0: Welcome HEOS Node

22 Jan 22:00
35ba458
Compare
Choose a tag to compare

Initial release 0.1. Also published to npm and the Node-RED library.