0.1.0 • Published 6 years ago

node-red-contrib-weekday v0.1.0

Weekly downloads
186
License
Apache-2.0
Repository
github
Last release
6 years ago

node-red-contrib-weekday

A Node-RED node to filter payload depending on whether the selected days of the week are met.

Install

Using the Node Red palette manager.

Alternatively, run the following command in your Node-RED user directory - typically ~/.node-red

    npm install node-red-contrib-weekday

Usage

Takes input payload and routes it to output 1 if the current date is on a selected day of the week. Otherwise routes payload to output 2.