Socket
Socket
Sign inDemoInstall

@amir-arad/node-red-countdown

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @amir-arad/node-red-countdown

Delays a message passing through the node. Much like the built in delay node, but supports one delayed message at a time, and reports progress.


Version published
Weekly downloads
7
decreased by-12.5%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Countdown for node-red

forked from node-red-contrib-stoptimer3

Delays a message passing through the node. Much like the built in delay node, but supports none delayed message at a time, and reports progress.

Sends the msg through the first output after the set timer duration. If a new msg is received before the timer has ended, it will replace the existing msg and the timer will be restarted.

In the second output, it reports the countdown of the timer in percentages, starting with 1 and ending with 0.

This node keeps its state in the node context and supports recovery. so if the default context is localfilesystem or another persisted context, the node will resumes seamlessly after re-deploys and restarts.

Keywords

FAQs

Last updated on 06 Oct 2022

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc