node-red-contrib-edge-detecter

0.0.1 • Public • Published

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.

Package Sidebar

Install

npm i node-red-contrib-edge-detecter

Weekly Downloads

4

Version

0.0.1

License

Apache-2.0

Unpacked Size

23.3 kB

Total Files

8

Last publish

Collaborators

  • jinyistudio