0.0.4 • Published 2 years ago

node-red-contrib-time-of-day v0.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Time of day node for Node-RED

A simple node that forwards an input message if the current time is within given range. The message is also forwarded through a second output on falsy results.

Installation

Either use the Node-RED palette manager or install it manually, like so:

cd ~/.node-red
npm install node-red-contrib-time-of-day

Usage

Set a start and end time in the node. If the current time matches the range the input will be forwarded to output 1 otherwise to the optional output 2.