Timer
The Timer component sends messages periodically to a connected device.

| Property | Access | Type | Method | Description |
|---|---|---|---|---|
| Enabled | Design-only | bool | — | Set to true to enable sending messages |
| Interval | Design-only | Integer | — | The period between sending messages in milliseconds. |
| OnTickSend | Design-only | string | — | The message to send to the connected device. |

