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