[UPDATE] node-red-contrib-zwave-js V11.1

Bug Fixes

  • Restored tooltips on the sidebar.
  • Ensure to capture complex objects in real time updates (UI).

New Features

  • Added an option to hide the status on Flow nodes.
  • Added the ability to restrict Splitter nodes to the endpoint.
  • Added nodeName and nodeLocation when retrieving the Value DB.
  • The Device node can now apply a default NodeID(s)

Changes

  • Bumped dependencies.
  • Improved the Node List in the Device Node.
  • Improved all node configuration editors.
  • Re-engineered message validation.
  • CMD Factory Node no longer validates messages, as validation is now handled by the target nodes.
  • CMD Factory Default values now reflect the Example Usage pattern.
  • Replace native alert and confirm methods with own embedded version.
  • Successful value updates from the UI no longer clutter the browser with unnecessary alerts.

Let's call that v11.1.1 :sweat_smile:

Bug Fixes

  • Fix condition that prevented default nodes from being applied.