root/trac/SmsDevice

Revision 105:b55987db0833, 1.2 KB (checked in by Chris Freeze <cfreeze@…>, 3 years ago)

saving trac pages in repository

Line 
1The SMS Alert Device is specified by giving the device type of 'sms' and the email address to receive the alert information.  The SMS Alert Device uses the following parameters.
2
3 * device = '''sms'''
4 * to = ''string''[[BR]]The email address to receive the alert information[[BR]]
5{{{
6Example:
7        to = cfreeze-phone@example.com
8}}}
9 * textwidth = ''integer''[[BR]]This number will be used to wrap the text in the alert.  If this number is not specified, no text wrapping will be done on the alert description.  This option may be most useful for hand-held devices to force text wrapping to the size of the display.  (Optional, Default: No text wrapping)
10 * alert = ''[comma separated list]''[[BR]]The list of alert types that this device should receive.[[BR]]
11{{{
12Example:
13        alert = watch,warning
14}}}
15 * 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]]
16{{{
17Example:
18        areas = Rockwall,TX:Collin,TX:Dallas,TX:Kaufman,TX:Hunt,TX
19}}}
Note: See TracBrowser for help on using the browser.