String feedback – AMX ViewStat User Manual
Page 58
Using the NetLinx Module to Program the ViewStat
52
ViewStat Communicating Thermostat
String Feedback
The NetLinx module will provide feedback to the glue code for ViewStat system changes via string events.
Below are the strings supported. Data coming from the module will be in the form of strings. Data going to the
module will be in the form of commands.
Command Interface - SEND_COMMANDs (Cont.)
Command Description
'SCALE-
Global command to set the temperature scale.
Parameter:
•
C = Celsius
F = Fahrenheit (default)
Example:
'SCALE-F'
'SCALE?'
Query for the current temperature scale.
Example:
'SCALE?'
'USEDEBUG-
Global command to enable the sending of debug data to
device 0.
Parameter:
•
1 = enables
0 = disables
'USEDEBUG?'
Query for the current debug state.
'VERSION?'
Query for the current version number of the NetLinx module.
Example:
'VERSION?'
String Feedback
String Description
'T-
Reports current cool set point.
Parameters:
•
•
Example:
'T-1 COOL-76'
'T-
Reports thermostat date.
Parameter:
•
'T-
Reports current dehumidify set point.
Parameters:
•
•
Example:
'T-6 DEHUMIDIFY-70'