|
Revision 105:b55987db0833, 0.7 KB
(checked in by Chris Freeze <cfreeze@…>, 3 years ago)
|
|
saving trac pages in repository
|
| Line | |
|---|
| 1 | The 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 | {{{ |
|---|
| 6 | Example: |
|---|
| 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 | {{{ |
|---|
| 11 | Example: |
|---|
| 12 | areas = Rockwall,TX:Collin,TX:Dallas,TX:Kaufman,TX:Hunt,TX |
|---|
| 13 | }}} |
|---|