root/trac/OsdDevice

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

saving trac pages in repository

Line 
1The OSD (On Screen Display) Alert Device is specified by giving the device type of 'osd' and paremeters on how the display should be drawn.  The OSD Alert Device uses the following parameters.
2
3 * device = '''osd'''
4 * position = ''string''[[BR]]The relative vertical position on the screen to being displaying the alert information.  The possible values are top, middle, and bottom.  (Optional, Default: top)[[BR]]
5{{{
6Example:
7        position = middle
8}}}
9 * alignment = ''string''[[BR]]The relative horizontal position on the screen to being displaying the alert information.  The possible values are left, center, and middle.  (Optional, Default: right)[[BR]]
10{{{
11Example:
12        alignment = center
13}}}
14 * offset = ''integer''[[BR]]The offset from the relative horizontal and vertical positions to being displaying the alert information.  (Optional, Default: 0)[[BR]]
15{{{
16Example:
17        position = 100
18}}}
19 * timeout = ''integer''[[BR]]The time to leave the alert displayed on the screen measured in seconds.  (Optional, Default: 10)[[BR]]
20{{{
21Example:
22        timeout = 25
23}}}
24 * color = ''string''[[BR]]The HTML color code to use in for displaying the text on the screen.  (Optional, Default: red)[[BR]]
25{{{
26Example:
27        position = #777777
28}}}
29 * font = ''string''[[BR]]The X11 font specification to use for displaying the text on the screen.  (Optional, Default: -adobe-helvetica-bold-r-normal-*-24-*-*-*-*-*-iso8859-1)[[BR]]
30{{{
31Example:
32        position = -adobe-helvetica-bold-r-*-*-34-*-*-*-*-*-*-*
33}}}
34 * alert = ''[comma separated list]''[[BR]]The list of alert types that this device should receive.[[BR]]
35{{{
36Example:
37        alert = watch,warning
38}}}
39 * 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]]
40{{{
41Example:
42        areas = Rockwall,TX:Collin,TX:Dallas,TX:Kaufman,TX:Hunt,TX
43}}}
Note: See TracBrowser for help on using the browser.