UNPKG

node-red-contrib-timeouttrigger

Version:

This node will pipe any received `msg` to its output. At the same time a time-out interval is set. Upon time-out a defined payload is sent. Each new message will reset the time-out.

32 lines (31 loc) 879 B
{ "name": "node-red-contrib-timeouttrigger", "version": "0.0.6", "description": "This node will pipe any received `msg` to its output. At the same time a time-out interval is set. Upon time-out a defined payload is sent. Each new message will reset the time-out.", "main": "timeouttrigger.js", "repository": { "type": "git", "url": "git+https://github.com/Sineos/node-red-contrib-timeouttrigger.git" }, "keywords": [ "node-red", "time-out", "trigger", "iot" ], "author": "Sineos", "license": "Apache-2.0", "node-red": { "nodes": { "timeouttrigger": "timeouttrigger.js" } }, "bugs": { "url": "https://github.com/Sineos/node-red-contrib-timeouttrigger/issues" }, "homepage": "https://github.com/Sineos/node-red-contrib-timeouttrigger#readme", "engines": { "node": ">=6", "node-red": ">=1.3.3" } }