Timeout
Triggers after given duration. Mostly used for debugging.
Example:
{
"type": "Timeout",
"name": "Example Trigger",
"options": {
"duration": 5
},
"actions": [
]
}
Options:
duration
duration in seconds
Type: int
Default: 0