0.0.1 • Published 4 years ago

node-red-contrib-edge-detecter v0.0.1

Weekly downloads
3
License
Apache-2.0
Repository
-
Last release
4 years ago

node-red-contrib-edge-detecter

The input value(msg.payload) is judged according to the edge type (Rising, Banding, Falling), and it can output numerical or logical values.

Rising - if msg.payload > threshold then output(num,true,false) Banding - if highthreshold > msg.payload > lowthreshold then output(num,true,false) Falliing - if msg.payload < threshold then output(num,true,false)

Install

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

npm install node-red-contrib-edge-detecter

Run the following command for global install

npm install -g node-red-contrib-edge-detecter

How to use

Authors

The module was developed by jinyistudio.