1.0.1 • Published 4 years ago
node-red-contrib-interval-switch v1.0.1
node-red-contrib-interval-switch Readme
This package provides a node emits messages periodically. The interval can be switched on or off.
Possible Input Payloads
"start"|"on"|"1"|1|"true"|trueis a start signal"stop"|"off"|"0"|0|"false"|falseis a stop signal"toggle"is either a start or a stop signal depending on the current state
Configuration
duration: time in seconds between output signalspayload: value that is put into payload of output-signals (an empty object by default)counterPath: a property path in msg where the iteration counter should be stored (potentially modifying/overwriting the payload configured above)immediate: boolean that specifies, if the first output-signal will be emitted right upon starting or after a first "duration" period.