1
2
3
2
3
on:kill {
Some function here.
}
on:kill {
Some function here.
}
if (hour()==6) { event "day"; }
on:<event> { blur <strength>; }
addstate "unit",1,"10";
timer "self",5000; // change the timer as you like
on:timer {
freestate "unit",1,"10";
}