Skip to content

Releases: hufftheweevil/node-red-contrib-things

v2.4.0

19 Oct 00:24
Compare
Choose a tag to compare

Added

  • list: (NEW) Node to output list of things based on conditions
  • Thing Directory: Button to delete a state key/value pair
  • Thing Directory: Groups list what things are in group
  • trigger: Additional option in multimode: Select things by group

Fixed

  • Thing Directory: On refresh of the list (manually or automatically), type filter persists
  • update: Status shows correct update on input

v2.3.0

13 Oct 23:15
Compare
Choose a tag to compare

Added

  • update: Option to configure the keys/values to update within the node
  • trigger: Option to only output when condition is met (specific key trigger only)
  • trigger: Option to ignore initialization value
  • test: Option to have 2nd output if test fails

Changed

  • setup: Cleanup is simplified. Things will be deleted if a setup node is disabled/deleted.
  • thing.status converted to getter, so it can be accessed as a property instead of a method.
  • Statuses cleaned up where not needed
  • Thing Directory: Type filter put in alphabetical order

v2.2.0

12 Oct 00:14
Compare
Choose a tag to compare

Added

  • Things Directory: Filter by type
  • Things Directory: Status of each thing

v2.1.0

03 Oct 21:31
Compare
Choose a tag to compare

Added

  • Sidebar tab (Things Directory) to view all things

v2.0.1

23 Sep 03:25
Compare
Choose a tag to compare

Fixed

  • setup/trigger: Fixed bug that caused Node-RED to crash if groups were used during setup and a trigger node attempted to access props or state (which didn't exist).
  • setup: Re-added ABC sorting of all things after setup. The feature had been mistakenly deleted during the removal of the deprecated ready node.

v2.0.0

23 Sep 01:52
Compare
Choose a tag to compare

Removed (Breaking Changes)

  • ready: Unnecessary. Use built-in inject mode instead.

Added

  • test: New node; see docs for more info

v1.3.1

22 Sep 00:50
Compare
Choose a tag to compare

Fixes

  • ready: Correct issue where some messages were not being delivered
  • trigger: In multi mode, should not show status

v1.3.0

21 Sep 01:24
Compare
Choose a tag to compare

Added

  • trigger: Multi-thing mode, to allow triggers from multiple things from one node
  • setup: Garbage collector to delete unused things

Fixes

  • ready: Ignores disabled setup nodes
  • ready: Properly triggers from thing type, if configured
  • get/trigger: Validates 0-9 in props/state keys configuration

v1.2.0

10 Sep 19:37
Compare
Choose a tag to compare

Added

  • get: New node to get values of a thing

Fixes

  • command: Command property is properly parsed (bugfix for #2)
  • update/trigger: Parent check moved from trigger node to update node (bugfix for #3)

v1.1.3

09 Sep 19:55
Compare
Choose a tag to compare

Fixes

  • command: Error when proxy used for string command fixed