From f385c13d44990fc92cea030637d4074e14e0d2e9 Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Tue, 14 Jul 2015 23:03:46 +0100 Subject: [PATCH] bump package versions of i18n nodes twitter, feed parser, email, and rbe --- function/rbe/README.md | 5 +++-- function/rbe/rbe.html | 11 ++++++----- social/email/61-email.html | 2 +- social/email/61-email.js | 2 +- social/email/package.json | 2 +- social/feedparser/32-feedparse.html | 2 +- social/feedparser/32-feedparse.js | 2 +- social/feedparser/package.json | 2 +- social/twitter/27-twitter.html | 4 ++-- social/twitter/27-twitter.js | 2 +- social/twitter/package.json | 2 +- 11 files changed, 19 insertions(+), 17 deletions(-) diff --git a/function/rbe/README.md b/function/rbe/README.md index b2e1bd05..459b2aa6 100644 --- a/function/rbe/README.md +++ b/function/rbe/README.md @@ -11,7 +11,8 @@ mode. Install ------- -Run the following command in the root directory of your Node-RED install +Run the following command in your Node-RED install directory, usually +`~/.node-red` npm install node-red-node-rbe @@ -27,7 +28,7 @@ handle multiple topics at the same time. ###RBE mode -Outputs the **msg** if the **msg.payload** is different to the previous one. +The node doesn't send any output until the **msg.payload** is different to the previous one. Works on numbers and strings. Useful for filtering out repeated messages of the same value. Saves bandwidth, etc... diff --git a/function/rbe/rbe.html b/function/rbe/rbe.html index d00b6459..71e191ad 100644 --- a/function/rbe/rbe.html +++ b/function/rbe/rbe.html @@ -1,5 +1,5 @@