Added an example.

This commit is contained in:
Milutinke 2022-09-26 00:30:08 +02:00
parent 1147b3e15c
commit 58924c6d6d

View file

@ -24,6 +24,13 @@ action=script event.txt
triggerOnFirstLogin=true
action=script startup.txt
# Intervals can be random
# To define a random interval between 2 numbers, use <numer>-<number>, example: 1-100
[Task]
triggerOnInterval=true
timeInterval=1-15
action=send I am triggered!
# Of course, the tasks file can contain as much tasks as you want.
# Another example triggered on logging in and every night at midnight: