<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE dictionary SYSTEM "file://localhost/System/Library/DTDs/sdef.dtd">
<dictionary title="WeatherTracker">
	<suite name="Required Suite" code="reqd" description="Terms that every application should support">
		<command name="Quit" code="aevtquit"/>
	</suite>
	<suite name="Weather Suite" code="wdat" description="Request Data from WeatherData">
		<value-type name="Degree Fahrenheit" code="degf"/>
		<class name="Station" code="WSTA" description="A station - referenced by station name">
			<element description="Return HighLowData by using the name of the value you&apos;d like." type="HighLowData" access="r">
				<accessor style="name"/>
			</element>
			<property name="All Conditions" code="CLST" type="Conditions List" access="r"/>
			<property name="Current Pressure" code="CPRS" description="The current barometric pressure in inHg" type="real" access="r"/>
			<property name="Pressure Trend" code="TPRS" description="The barometric pressure trend (rising / falling / steady)" type="text" access="r"/>
			<property name="Indoor Temperature" code="ITMP" description="Indoor Temperature" type="Degree Fahrenheit" access="r"/>
			<property name="Indoor Humidity" code="IHUM" description="Indoor Humidity" type="integer" access="r"/>
			<property name="Indoor Dewpoint" code="IDEW" description="Indoor Dewpoint" type="Degree Fahrenheit" access="r"/>
			<property name="Outdoor Temperature" code="OTMP" description="Outdoor Temperature" type="Degree Fahrenheit" access="r"/>
			<property name="Outdoor Humidity" code="OHUM" description="Outdoor Humidity" type="integer" access="r"/>
			<property name="Outdoor Dewpoint" code="ODEW" description="Current Dewpoint" type="Degree Fahrenheit" access="r"/>
			<property name="Rain Yesterday" code="RNYS" type="real" access="r"/>
			<property name="Daily Rain" code="RNDY" description="Daily Rain" type="real" access="r"/>
			<property name="Monthly Rain" code="RNMN" type="real" access="r"/>
			<property name="Yearly Rain" code="RNYR" type="real" access="r"/>
			<property name="Total Rain" code="RNTO" type="real" access="r"/>
			<property name="Storm Rain" code="RNST" type="real" access="r"/>
			<property name="Storm Rain Date" code="RNSD" type="text" access="r"/>
			<property name="Rain Rate" code="RRTE" description="Current Rain Rate" type="real" access="r"/>
			<property name="Rain Reset Date" code="RRST" type="real" access="r"/>
			<property name="Wind Direction" code="WIND" description="Current Wind Direction in Compass Degrees (number only)" type="integer" access="r"/>
			<property name="Wind Speed" code="WINS" description="Current Wind Speed in MPH (number only)" type="integer" access="r"/>
			<property name="Wind Speed 10 Min Avg" code="WSTN" type="integer" access="r"/>
			<property name="Wind Gust" code="WIGS" description="Current Wind Gust Speed" type="integer" access="r"/>
			<property name="Wind Gust Direction" code="WIGD" type="integer" access="r"/>
			<property name="Forecast Text" code="FCST" type="text" access="r"/>
			<property name="Sunrise Date" code="SRDT" type="text" access="r"/>
			<property name="Sunset Date" code="SSDT" type="text" access="r"/>
			<property name="Battery Voltage" code="BATV" type="real" access="r"/>
			<property name="Update Date Long" code="UPDD" description="Last date station updated its weather data in long format" type="text" access="r"/>
			<property name="Update Date Short" code="UPDS" description="Last date station updated its weather data in short format" type="text" access="r"/>
			<property name="Update Time Long" code="UPTL" description="Last time station updated its weather data in long format" type="text" access="r"/>
			<property name="Update Time Short" code="UPTS" description="Last time station updated its weather data in short format" type="text" access="r"/>
			<property name="ETo Day" code="ETOD" type="real" access="r"/>
			<property name="ETo Month" code="ETOM" type="real" access="r"/>
			<property name="ETo Year" code="ETOY" type="real" access="r"/>
			<property name="Extra Temp 1" code="TMP1" type="Degree Fahrenheit" access="r"/>
			<property name="Extra Temp 2" code="TMP2" type="Degree Fahrenheit" access="r"/>
			<property name="Extra Temp 3" code="TMP3" type="Degree Fahrenheit" access="r"/>
			<property name="Extra Temp 4" code="TMP4" type="Degree Fahrenheit" access="r"/>
			<property name="Extra Temp 5" code="TMP5" type="Degree Fahrenheit" access="r"/>
			<property name="Extra Temp 6" code="TMP6" type="Degree Fahrenheit" access="r"/>
			<property name="Extra Temp 7" code="TMP7" type="Degree Fahrenheit" access="r"/>
			<property name="Extra Dewpoint 1" code="DEW1" type="Degree Fahrenheit" access="r"/>
			<property name="Extra Dewpoint 2" code="DEW2" type="Degree Fahrenheit" access="r"/>
			<property name="Extra Dewpoint 3" code="DEW3" type="Degree Fahrenheit" access="r"/>
			<property name="Extra Dewpoint 4" code="DEW4" type="Degree Fahrenheit" access="r"/>
			<property name="Extra Dewpoint 5" code="DEW5" type="Degree Fahrenheit" access="r"/>
			<property name="Extra Dewpoint 6" code="DEW6" type="Degree Fahrenheit" access="r"/>
			<property name="Extra Dewpoint 7" code="DEW7" type="Degree Fahrenheit" access="r"/>
			<property name="Extra Humidity 1" code="HUM1" type="integer" access="r"/>
			<property name="Extra Humidity 2" code="HUM2" type="integer" access="r"/>
			<property name="Extra Humidity 3" code="HUM3" type="integer" access="r"/>
			<property name="Extra Humidity 4" code="HUM4" type="integer" access="r"/>
			<property name="Extra Humidity 5" code="HUM5" type="integer" access="r"/>
			<property name="Extra Humidity 6" code="HUM6" type="integer" access="r"/>
			<property name="Extra Humidity 7" code="HUM7" type="integer" access="r"/>
			<property name="Wind Chill" code="WINC" type="Degree Fahrenheit" access="r"/>
			<property name="Heat Index" code="HIDX" type="Degree Fahrenheit" access="r"/>
			<property name="Leaf Temp 1" code="LTM1" type="Degree Fahrenheit" access="r"/>
			<property name="Leaf Temp 2" code="LTM2" type="Degree Fahrenheit" access="r"/>
			<property name="Leaf Temp 3" code="LTM3" type="Degree Fahrenheit" access="r"/>
			<property name="Leaf Temp 4" code="LTM4" type="Degree Fahrenheit" access="r"/>
			<property name="Leaf Wetness 1" code="LWT1" type="integer" access="r"/>
			<property name="Leaf Wetness 2" code="LWT2" type="integer" access="r"/>
			<property name="Leaf Wetness 3" code="LWT3" type="integer" access="r"/>
			<property name="Leaf Wetness 4" code="LWT4" type="integer" access="r"/>
			<property name="Soil Temp 1" code="STM1" type="Degree Fahrenheit" access="r"/>
			<property name="Soil Temp 2" code="STM2" type="Degree Fahrenheit" access="r"/>
			<property name="Soil Temp 3" code="STM3" type="Degree Fahrenheit" access="r"/>
			<property name="Soil Temp 4" code="STM4" type="Degree Fahrenheit" access="r"/>
			<property name="Soil Moisture 1" code="SWT1" type="integer" access="r"/>
			<property name="Soil Moisture 2" code="SWT2" type="integer" access="r"/>
			<property name="Soil Moisture 3" code="SWT3" type="integer" access="r"/>
			<property name="Soil Moisture 4" code="SWT4" type="integer" access="r"/>
			<property name="Solar" code="SOLR" type="integer" access="r"/>
			<property name="UV Index" code="UVIN" type="integer" access="r"/>
			<property name="Transmitter Battery Status" code="BATS" type="integer" access="r"/>
			<property name="Barometer Units" code="BARU" description="The current barometer units" type="text" access="r"/>
			<property name="ETo Units" code="ETOU" description="The current ETo units" type="text" access="r"/>
			<property name="Rain Units" code="RAIU" description="The current rain and rain rate units" type="text" access="r"/>
			<property name="Temperature Units" code="TMPU" description="The current temperature units" type="text" access="r"/>
			<property name="Wind Speed Units" code="WSPU" description="The current wind speed units" type="text" access="r"/>
		</class>
		<class name="Conditions List" code="CXTR">
			<property name="wdOutTemp" code="WDOT" description="Outdoor Temperature" type="Degree Fahrenheit" access="r"/>
			<property name="wdOutHumid" code="WDOH" description="Outdoor Humidity" type="integer" access="r"/>
			<property name="wdInTemp" code="WDIT" description="Indoor Temperature" type="Degree Fahrenheit" access="r"/>
			<property name="wdInHumid" code="WDIH" description="Indoor Humidity" type="integer" access="r"/>
			<property name="wdDewPoint" code="WDDP" description="Dew Point" type="Degree Fahrenheit" access="r"/>
			<property name="wdCurrPressure" code="WDCP" description="Current Pressure" type="real" access="r"/>
			<property name="wdPresTrend" code="WDPT" description="Pressure Trend" type="text" access="r"/>
			<property name="wdWindSpeed" code="WDWS" description="Wind Speed" type="integer" access="r"/>
			<property name="wdWindSpeedAvg" code="WDWA" description="10 Minute Average Wind Speed" type="integer" access="r"/>
			<property name="wdWindDir" code="WDWD" description="Wind Direction" type="integer" access="r"/>
			<property name="wdWindGust" code="WDWG" description="Wind Gust" type="integer" access="r"/>
			<property name="wdWindChill" code="WDWC" description="Wind Chill" type="Degree Fahrenheit" access="r"/>
			<property name="wdHeatIndex" code="WDHI" description="Heat Index" type="Degree Fahrenheit" access="r"/>
			<property name="wdDailyRain" code="WDDR" description="Daily Rainfall" type="real" access="r"/>
			<property name="wdRainRate" code="WDRR" description="Current rainfall rate (in./hr.)" type="real" access="r"/>
		</class>
		<class name="Application" code="DD10" description="The WeatherTracker Application">
			<element type="Station" access="r">
				<accessor style="name"/>
			</element>
			<property name="Station List" code="stal" description="List of Station Names" access="r">
				<type type="text" list="yes"/>
			</property>
			<property name="Default Units" code="DEFU" description="Set default units reported back to scripts as &quot;english&quot;, &quot;metric&quot; or &quot;station&quot;." type="text"/>
		</class>
		<class name="HighLowData" code="HILO" description="Used to access High and Low weather data (Not working)"/>
	</suite>
</dictionary>