|
wth Novice
Joined: 14 Nov 2001 Posts: 37 Location: Poland
|
|
|
|
Kjata GURU
Joined: 10 Oct 2000 Posts: 4379 Location: USA
|
Posted: Wed May 15, 2002 3:13 pm |
Create a variable to decide if the trigger should be executed and have the value changed by a temporary alarm. Example:
#VAR execute 1
#TRIGGER {pattern} {#IF (@execute) {commands;#VAR execute 0;#ALARM +60 {#VAR execute 1}}}
Kjata |
|
|
|
|
|