User Guide
Standard NetLinx API (SNAPI) R 1.8.0
336
Weather Functions (Cont.)
Name Component Channel Level Command Constant Notes
processCurrentConditionEvent(WeatherCon-
ditions)
IWeatherComponentListener WEATHERCONDI-
TION-<condition>
Weather condition changed, value will be
BLIZZARD, BLOWINGSNOW, CLEAR,
CLOUDY, DRIZZLE, DUST, FAIR, FOG,
FREEZINGDRIZZLE, FREEZINGRAIN,
HAZE, HUMID, ICE, MOSTLYCLOUDY,
MOSTLYSUNNY, PARTLYCLOUDY, RAIN,
RAINSHOWERS, RAINSNOWMIX, SLEET,
SMOKE, SNOW, SNOWFLURRIES,
SNOWSHOWERS, SUNNY, THUNDER-
STORMS, UNKNOWN, VERYCOLD,
WINDY
processDewpointEvent(float) IWeatherComponentListener 47 WEATHER_DEWPOINT_LV
L
Dewpoint changed, value is in degrees C or
F depending on weather scale
processForecastHighTemperatureEvent(int[]) IWeatherComponentListener FORECASTHIGH-<day
1>,<day 2>, etc.
Weather forecast high temperatures
changes, value list will contain one forcast
high temperature for each forecast day.
The first day is always today. Values are in
degrees C or F depending on weather
scale
processForecastLowTemperatureEvent(int[]) IWeatherComponentListener FORECASTLOW-<day
1>,<day 2>, etc.
Weather forecast low temperatures
changes, value list will contain one forcast
low temperature for each forecast day. The
first day is always today. Values are in
degrees C or F depending on weather
scale
processHeatIndexEvent(float) IWeatherComponentListener 46 WEATHER_HEAT_INDEX_L
VL
Heat index temperature changed, value is
in degrees C or F depending on weather
scale
processHighTemperatureEvent(float) IWeatherComponentListener 43 WEATHER_HI_TEMP_LVL High temperature since midnight changed,
value is in degrees C or F depending on
weather scale
processIndoorHumidityEvent(int) IWeatherComponentListener 35 INDOOR_HUMID_LVL Indoor humidity changed, value is in per-
cent
processIndoorTemperatureEvent(float) IWeatherComponentListener 33 INDOOR_TEMP_LVL Indoor temperature changed, value is in
degrees C or F depending on weather
scale
processIsFreezingEvent(boolean) IWeatherComponentListener 231 WEATHER_FREEZING Feedback Channel: Weather condition is
freezing if channel is on. Weather condi-
tion is freezing when outdoor temperature
is at or below 32 degrees F, 0 degrees C.
processIsRainingEvent(boolean) IWeatherComponentListener 230 WEATHER_RAINING Feedback Channel: Weather condition is
raining if channel is on. Weather condition
is raining when the current weather condi-
tion indicates raining.
processLowTemperatureEvent(float) IWeatherComponentListener 44 WEATHER_LO_TEMP_LVL Low temperature since midnight changed,
value is in degrees C or F depending on
weather scale