Updated Smart Meter Interface (markdown)

Michael Ingraham 2019-09-13 12:10:11 -04:00
parent 03b6fe9495
commit a400650e33
1 changed files with 1 additions and 1 deletions

@ -96,7 +96,7 @@ with the '=' char at the beginning of a line you may do some special decoding
- `=m` perform arithmetic (`+,-,*,/`) on the metric. Use `#` before a number to designate a constant value
example:
`=m 3+4+5/#3` add result of decoder entry 3,4,5 and divided by 3 (i.e., average)
- `=d` calculate difference between metric values decoded at time interval
- `=d` calculate difference between metric values decoded at time intervals
example:
`=d 3 10` calculate 10 second interval difference of decoder entry 3
- `=h` html text (up to 30 chars)