Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-red-contrib-delta-timed

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-delta-timed

Node for Node-RED that computes the difference between messages, including optionaly a period of time.

  • 0.3.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
4
Maintainers
1
Weekly downloads
 
Created
Source

node-red-contrib-delta-timed npm version npm downloads Unlicense

Node for Node-RED that computes the difference between messages, including optionaly a period of time.

Installation

$ npm install node-red-contrib-delta

Restart Node-RED and use the node!

Or from the Node-RED's palette, search for "node-red-contrib-delta-timed

Usage

Configuration

Time type (interval | timeperiod) Explaining this category will let the node choose the best way to work :

  • No period type (null)

By choosing this option, the node will check by pair the last value and the incoming value.

  • Interval type (number)

By choosing this option, the node will perform his check each period defined

  • Timeperiod type (Times)

By choosing this option, the node will perform his check between the timeperiod defined every minute.

Optionaly, you can set a threshold that, when he is defined, will send message only if the threshold is exceeded

See the node information for more details

License

This is free and unencumbered software released into the public domain.
For more information, please refer to the UNLICENSE file or unlicense.org.

Keywords

FAQs

Package last updated on 13 Jul 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc