Drucegrove DragonFly User Manual 1.4
Page 43
The following variable names are used for weather feeds. The ## characters should be substituted with a numeric
value between 01 and 07 (leading zeros are required). The CURRENT temperature variables are aliases for DAY00
variables:
Variable
Name
Variable
Description
Data
Type
WEATHER_LOCATION
Location (city) for the weather
Text
WEATHER_CURRENT_FULL_DAY
Day of the week for the current weather
Text
WEATHER_CURRENT_SHORT_DAY
Three character representing the day of the week for the
current weather
Text (3 characters)
WEATHER_CURRENT_DESCRIPTION
Current weather description (ie, “Partly Cloudy”)
Text
WEATHER_CURRENT_TEMP_C
Current Temperature in degrees Celsius (may have a
decimal point and fractional part)
Text
WEATHER_CURRENT_TEMP_F
Current Temperature in degrees Fahrenheit (may have a
decimal point and fractional part)
WEATHER_CURRENT_TEMP_MAX_C
Current Maximum Temperature in degrees Celsius (may
have a decimal point and fractional part)
Text
WEATHER_CURRENT_TEMP_MAX_F
Current Maximum Temperature in degrees Fahrenheit
(may have a decimal point and fractional part)
WEATHER_CURRENT_TEMP_MIN_C
Current Minimum Temperature in degrees Celsius (may
have a decimal point and fractional part)
Text
WEATHER_CURRENT_TEMP_MIN_F
Current Minimum Temperature in degrees Fahrenheit
(may have a decimal point and fractional part)
WEATHER_CURRENT_ICON_INDEX
Icon index (between 0 and 32), defined as follows:
0 = Clear Night
1 = Clear Day
2 = Partly Cloudy Night
3 = Partly Cloudy Day
4 = Sand Storm
5 = Mist
6 = Fog
7 = Grey Cloud
8 = Black Cloud
9 = Light Rain Night
10 = Light Rain Day
11 = Fine Rain
12 = Light Rain
13 = Heavy Rain Night
14 = Heavy Rain Day
15 = Heavy Rain
16 = Sleet Night
17 = Sleet Day
18 = Sleet
19 = Hail Night
20 = Hail Day
21 = Hail
22 = Light Snow Night
23 = Light Snow Day
24 = Light Snow
25 = Heavy Snow Night
26 = Heavy Snow Day
27 = Heavy Snow
28 = Storm Night
29 = Storm Day
30 = Storm
31 = Hurricane / Tornado
32 = Hazy
Integer
WEATHER_DAY
##
_FULL_DAY
Day of the week for the weather on day ##
Text
WEATHER_DAY
##
_SHORT_DAY
Three character representing the day of the week for the
weather on day ##
Text (3 characters)
WEATHER_DAY
##
_DESCRIPTION
Weather description (ie, “Partly Cloudy”) on day ##
Text
WEATHER_DAY
##
_TEMP_C
Temperature in degrees Celsius (may have a decimal
point and fractional part) on day ##
Text
WEATHER_DAY
##
_TEMP_F
Maximum Temperature in degrees Fahrenheit (may have
a decimal point and fractional part) on day ##
WEATHER_DAY
##
_TEMP_MAX_C
Maximum Temperature in degrees Celsius (may have a
decimal point and fractional part) on day ##
Text
WEATHER_DAY
##
_TEMP_MAX_F
Maximum Temperature in degrees Fahrenheit (may have
a decimal point and fractional part) on day ##
WEATHER_DAY
##
_TEMP_MIN_C
Minimum Temperature in degrees Celsius (may have a
decimal point and fractional part) on day ##
Text
WEATHER_DAY
##
_TEMP_MIN_F
Minimum Temperature in degrees Fahrenheit (may have
a decimal point and fractional part) on day ##
WEATHER_DAY
##
_ICON_INDEX
Icon index (between 0 and 32) on day ##
Integer
WEATHER_EXPIRE_TIME
Date and time after which the weather feed is invalid
Date and Time