Possible enumeration values:
| Name | Value | Description |
|---|---|---|
| None |
-1 |
Placeholder for a Device Type where a type has not been set yet |
| Sum |
10 |
The sum of a number of Devices |
| Accumulate |
11 |
The accumulation of readings |
| Average |
20 |
The average of a number of devices |
| Min |
30 |
The minimum reading from a number of devices |
| Max |
40 |
The maximum reading from a number of devices |
| DifferenceRev |
50 |
The difference between two Devices, or the difference of a single Device's readings moving in reverse (i.e. Previous - Current) |
| AbsoluteDifference |
51 |
The absolute difference between two Devices |
| DifferenceFwd |
52 |
The difference between two Devices, or the difference of a single Device's readings moving forward (i.e. Current - Previous) |
| Multiply |
60 |
Multiply the readings from any number of devices |
| RateOfChangeMinute |
70 |
Rate of Change of a single Device, resolved over minutes |
| RateOfChangeSecond |
71 |
Rate of Change of a single Device, resolved over seconds |
| Equation |
100 |
Uses a complex equation |