1. Target
For testing onlySends to:
2. Message
| Name | Values | Min | Max | Decimals |
|---|
Start from:
Placeholders for auto values (replaced fresh in every message)
| {{rand:MIN:MAX}} | random number (add :DECIMALS, e.g. {{rand:0:1:6}}) |
| {{int:MIN:MAX}} | random integer |
| {{sine:MIN:MAX:PERIOD_S}} | smooth wave |
| {{counter}} {{counter:START:STEP}} | increasing counter |
| {{bool}} {{pick:RUN|IDLE|FAULT}} | true/false, one of the options |
| {{now}} {{seq}} {{device}} {{site}} {{line}} | time, message number, target |
Text without placeholders is sent exactly as typed.