bump package versions of i18n nodes

twitter, feed parser, email, and rbe
This commit is contained in:
Dave Conway-Jones
2015-07-14 23:03:46 +01:00
parent b4fba0dd79
commit f385c13d44
11 changed files with 19 additions and 17 deletions

View File

@@ -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...