AMX ENV-VST-C User Manual

Page 27

Advertising
background image

Programming

21

ViewStat Color Communicating Thermostat

TSTORM for Thunder Storms

UNK for Unknown

VCOLD for Very Cold

WINDY

5-Day Forecast Commands

FH

Forecasted 5-day
high temperatures

Syntax:

FH <HT1> <HT2> <HT3> <HT4> <HT5>

Variable:

HTx = The high temperature in degrees expected for day x, where x = 1 is the current
day, 2 is the next day, etc.

Example:

SEND_COMMAND ’FH 78 82 85 84 85’

Five-day high temperatures.

FL

Forecasted 5-day
low temperature

Syntax:

FL <LT1> <LT2> <LT3> <LT4> <LT5>

Variable:

LTx = The low temperature in degrees expected for day x, where x = 1 is the current day,
2 is the next day, etc.

Example:

SEND_COMMAND ’FL 37 39 40 41 38’

Five-day low temperatures.

FK

Forecasted 5-day
weather
conditions

Syntax:

FK <KY1> <KY2> <KY3> <KY4> <KY5>

Variable:

KYx = The weather condition expected for day x, where x = 1 is the current day, 2 is the
next day, etc.

Example:

SEND_COMMAND ’FK SNOW ICE SNOWSW SNOWFL SLEET’

Five-day weather condition forecast.

Advertising