Skip to content

Releases: nidayand/node-red-contrib-norelite

Miss in error handling in msg.js

22 May 07:06
3227e28
Compare
Choose a tag to compare
Update msg.js

Sometimes msg = null and property checking fails

Fix in switch node where type is also compared

26 Jan 14:17
Compare
Choose a tag to compare

New feature for nrl-source and cleaning up help and examples

30 Apr 11:26
Compare
Choose a tag to compare

Added possiblity to save current value in nrl-source to flow context. If Node-RED is setup with persistance in settings.js it will reload and initiate with the value saved. Helps when restarting and a state needs to be stored.

Compliant help texts. Improved examples that can be imported via Import -> Examples

Bug in gate and minor comparison fixes in source

17 Jun 17:55
Compare
Choose a tag to compare
  • Gate wasn't comparing true/false/null/nnull values
  • Updated eval to use the same logic
  • Eval and Gate to check for number values
  • Source to display red dot for boolean false (including 0) values.
  • Source converting string numbers and boolean text

There is a "TypeError: Cannot read property 'indexOf' of undefined" if the eval-node compares to boolean or null/notnull

14 May 06:34
Compare
Choose a tag to compare

nrl-eval and gate can compare with other nrl-source value

26 Jun 07:53
Compare
Choose a tag to compare

Added examples in a seperate folder

16 May 09:08
Compare
Choose a tag to compare

Updated readme with Burglar alarm example

15 May 20:38
Compare
Choose a tag to compare
v2.4.2

Added burglar alarm example

nrl-source can take message format of norelite

15 May 19:56
Compare
Choose a tag to compare
  • nrl-source can now also accept outputs from e.g. nrl-rule and will store the msg.payload.enabled value
  • nrl-source will now only send updates to subscribers if there is a change of the value

Plenty of updates. WIll track it better

08 May 07:46
Compare
Choose a tag to compare