node-red-contrib-rate-limiter
v1.0.4
Published
Rate limiter - limits rate of change of numeric values per second/min/hour
Downloads
55
Maintainers
Readme
node-red-contrib-rpo-rate-limiter
A Node-RED node: Rate Limiter
Limits the maximum rate of change of a numeric value. Useful for slowly ramping setpoints or protecting actuators.
Install
npm install node-red-contrib-rpo-rate-limiterOr via the Node-RED Palette Manager.
Inputs
- payload (number): Input value
Outputs
- Output 1: Rate-limited numeric value
Configuration
| Parameter | Description | |-----------|-------------| | Max rate | Maximum allowed change per time unit | | Unit | /s, /min, or /h |
License
MIT
