Using the NetLinx Module to Program the ViewStat
55
ViewStat Communicating Thermostat
String Feedback (Cont.)
String Description
'T-<tstat> TEMP-<val>' Reports current inside temperature.
Parameters:
• <tstat> : id of thermostat/zone
• <val> : current inside temperature
Example:
'T-4 TEMP-76'
'T-<stat> TIME-<val>' Reports thermostat time.
Parameter:
• <val>: HHMM, 1630 = (4:30 p.m.)
'T-<tstat> TXT-<line>,<val>' Reports the text to be displayed for that message.
Parameters:
• <tstat> : id of thermostat/zone
• <line>: 1-4 = message number
• <val> : string of text
Example:
'T-2 MSG-2, 'Went shopping''
'SCALE-<val>' Reports current temperature scale.
Parameter:
•<val> :
C = Celsius
F = Fahrenheit (default)
Example:
'SCALE-F'
'USEDEBUG-<val>' Displays debug state.
Parameter:
•<data> :
1 = enabled
0 = disabled
'VERSION=xx.yy' Reports current version number of the NetLinx module.
Example:
'VERSION=2.46'