UNPKG

node-red-contrib-error-on-timeout

Version:

Node that triggers an error if a message is not received within the configured time frame. Also has an output for "late" messages.

31 lines (30 loc) 787 B
{ "name": "node-red-contrib-error-on-timeout", "version": "1.2.4", "description": "Node that triggers an error if a message is not received within the configured time frame. Also has an output for \"late\" messages.", "main": "error-on-timeout.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "node-red": { "version": ">=2.0.0", "nodes": { "error-on-timeout": "error-on-timeout.js" } }, "keywords": [ "error", "timeout", "qos", "node-red" ], "author": "agricode@explant.eu", "license": "ISC", "directories": { "example": "examples" }, "repository": { "type": "git", "url": "https://git.maxorganic.vn/token/node-red-contrib-error-on-timeout.git" } }