// alarms

// call , mode , condition , alarm.mp3
// condition can be:
// D distance		< > = <>
// T telemetry 		matchstring "#120:030:000:109:000"
// 
// 
// 
// 

// maybe, every callsign should be an object - with some matching fields
// hmmm...
callsign: ____
id: __
tel: #000,023,245,000,000000		//if it doesn't match this string, alarm
status: "matching text"			// wildcard matches anything in status
distance: {>5-,<10} beep
distance: {<5} filename.mp3




VE3FUN < 5 alarm.mp3
VE3FUN < 10 bird_song.mp3
VE3UGG-7 < 5 alarm.mp3
VE3IBQ < 10 tick
VE3LFD < 2 siren.mp3

