Timer
Description
Input plugin for generating events after specified number of seconds.
Parameters
Usage name: timer
Supported modes: live
Parameter | Expected value | Required | Description |
---|---|---|---|
seconds | <float> | Yes | Number of seconds to wait before generating event |
count | <int> | Yes | Number of events to generate after time has come |
repeat | <bool> | Yes | Whether to restart the timer after the cycle |
Example
timer:
seconds: 0.5
count: 1
repeat: true