node-red-contrib-weekday
v0.1.0
Published
Filters payload depending on whether the selected days of the week are met.
Downloads
1,739
Readme
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.