Socket
Book a DemoInstallSign in
Socket

node-red-contrib-interval

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-interval

A simple node-red node that sends a message at regular intervals

latest
npmnpm
Version
0.0.1
Version published
Weekly downloads
27
58.82%
Maintainers
1
Weekly downloads
 
Created
Source

node-red-contrib-interval

A simple node-red node that sends a message at regular intervals.

Options

interval: the duration between calls

unit: the duration unit

name: simply rename your node

msg: the text to be sent as payload

onstart: Wether or not to send a message on start

showstatus: show the last and next trigger times

statusformat: A momentjs date format used to display status

Message

{
  "payload": "<config.msg>"
}

Keywords

node-red

FAQs

Package last updated on 10 Oct 2015

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