Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Latest commit

 

History

History
21 lines (15 loc) · 758 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 758 Bytes

Guarded suspension

npm version license

A Node-RED node which waits to send message until it receives messages from all topics. If several topics are mixed in your flow and you want tuples which consists of messages from each topic. This nodes provides such function.

Install

Run the following command in the root directory of your Node-RED install.

$ npm install node-red-contrib-guarded-suspension

License

This software is released under the GNU General Public License version 3, see LICENSE.