Releases: hufftheweevil/node-red-contrib-things
Releases · hufftheweevil/node-red-contrib-things
v2.4.0
Added
list
: (NEW) Node to output list of things based on conditionsThing Directory
: Button to delete a state key/value pairThing Directory
: Groups list what things are in grouptrigger
: Additional option in multimode: Select things by group
Fixed
Thing Directory
: On refresh of the list (manually or automatically), type filter persistsupdate
: Status shows correct update on input
v2.3.0
Added
update
: Option to configure the keys/values to update within the nodetrigger
: Option to only output when condition is met (specific key trigger only)trigger
: Option to ignore initialization valuetest
: 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
Added
Things Directory
: Filter by typeThings Directory
: Status of each thing
v2.1.0
Added
- Sidebar tab (
Things Directory
) to view all things
v2.0.1
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 deprecatedready
node.
v2.0.0
Removed (Breaking Changes)
ready
: Unnecessary. Use built-in inject mode instead.
Added
test
: New node; see docs for more info
v1.3.1
Fixes
ready
: Correct issue where some messages were not being deliveredtrigger
: In multi mode, should not show status
v1.3.0
Added
trigger
: Multi-thing mode, to allow triggers from multiple things from one nodesetup
: Garbage collector to delete unused things
Fixes
ready
: Ignores disabledsetup
nodesready
: Properly triggers from thing type, if configuredget/trigger
: Validates0-9
in props/state keys configuration
v1.2.0
v1.1.3
Fixes
command
: Error when proxy used for string command fixed