|
wth Novice
Joined: 14 Nov 2001 Posts: 37 Location: Poland
|
Posted: Tue May 21, 2002 11:44 pm
How to remove alarm? |
I.e. Trigger defined:
#ALARM +60 {do something}
And after 30sec. another trigger want to delete it - how to do it?
Best Rgds,
Waldek
|
|
|
|
iljhar GURU
Joined: 10 Oct 2000 Posts: 1116 Location: USA
|
Posted: Wed May 22, 2002 12:56 am |
You can name your alarms, so if you did #alarm "Test" +60 {blahblah} then you can just reassign the alarm or try using #untr to delete the alarm, although I don't know if that will work. So your best bet would be to just reassign the alarm, something like #alarm "Test" +0 {}
Maybe someone else can shed some light on how to delete alarms, so then I'll know in the future :)
Iljhar |
|
|
|
Vijilante SubAdmin
Joined: 18 Nov 2001 Posts: 5182
|
Posted: Wed May 22, 2002 11:01 am |
UNTRIGGER has been with alarms that have an id specified. However that syntax of ALARM is undocument and hence unsupported.
|
|
|
|
GiriFox Wanderer
Joined: 25 Sep 2001 Posts: 59 Location: Australia
|
Posted: Fri May 24, 2002 8:49 am |
omg. This answered a question I didn't even know I had.
Thanks! |
|
|
|
TonDiening GURU
Joined: 26 Jul 2001 Posts: 1958 Location: Canada
|
Posted: Sat May 25, 2002 2:50 am |
#UNTRIGGER {+60}
Would untrigger an #ALARM +60 trigger as well.
I have used that idea in a few places.
TonDiening
Beta Upgrading to 6.26 |
|
|
|
|
|