@racksync/node-red-contrib-moving-average
Version:
Computes the moving average of incoming message payloads using a window size defined.
4 lines • 563 B
HTML
<script type="text/x-red" data-help-name="moving-average">
<p>Computes the <b>moving average</b> of incoming message payloads using a window size defined. Have you ever been in need to compute a running average of your incoming data in Node-RED? Well, you're in the right place! This script efficiently calculates the moving average of the latest data points, ensuring you always get the most recent average without storing an excessive amount of old data.</p>
<p>Put "Movng Average" into your flow workspace and fill <i>size</i> as you wish.<p>
</script>