项目作者: andig

项目描述 :
A watchdog node for node-red
高级语言: HTML
项目地址: git://github.com/andig/node-red-contrib-watchdog.git
创建时间: 2018-01-15T18:05:48Z
项目社区:https://github.com/andig/node-red-contrib-watchdog

开源协议:Other

下载


Watchdog

A simple watchdog node based on nodered-contrib-timeout by Peter Scargill (pete@scargill.org). My reason for forking Pete’s node was bugs that remained unresolved and made his noe unusable for me.

Functionality

After setting the topic and both safe and unsafe messages, for, for example MQTT (or simply puttting 1 and 0 into the two messages) the node is triggered by any input and will send the SAFE message out. If continually triggered nothing more will happen but if allowed to timeout, the UNSAFE message will be sent. Hence this can be used as a watchdog.