Changes between Initial Version and Version 1 of ExecutionDevice

Show
Ignore:
Timestamp:
10/26/08 13:36:48 (23 months ago)
Author:
cfreeze
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • ExecutionDevice

    v1 v1  
     1The Execution Alert Device is specified by giving the device type of 'execution'.  The Execution Alert Device uses the following parameters. 
     2 
     3 * device = '''execution''' 
     4 * alert = ''[comma separated list]''[[BR]]The list of alert types that this device should receive.[[BR]] 
     5{{{ 
     6Example: 
     7        alert = watch,warning 
     8}}} 
     9 * areas = ''[colon separated list]''[[BR]]This is the list of areas that the device should use to filter the available alerts.  The area is specified as a Location,State.  The location can be either a city or a county.  The state should be the two letter abbreviation for the state.  An unlimited number of areas can be specified.[[BR]] 
     10{{{ 
     11Example: 
     12        areas = Rockwall,TX:Collin,TX:Dallas,TX:Kaufman,TX:Hunt,TX 
     13}}}