0.0.11 • Published 5 years ago

node-red-contrib-totaliser v0.0.11

Weekly downloads
84
License
Commercial
Repository
bitbucket
Last release
5 years ago

node-red-contrib-totaliser

Version

Copyright 2018 iaconnects under the BSD-3-Clause license.

Install

Run the following command in the root directory of your Node-RED install:

npm install node-red-contrib-totaliser

The totaliser node can be used to create a periodic total of an input value. This node works in three possible ways:

  • Accumulating Sum - Outputs the running total of the sum of every input at the end of every period. The total is not reset to zero at the start of the period
  • Sum - Outputs the sum of every input at the end of every period. The total is reset to zero at the start of the period
  • Difference - Outputs the difference between the last and the first inputs of a period, at the end of every period. This mode is useful when the input is an accumulating value such as a meter reading.
0.0.11

5 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

7 years ago