eDeviceSubType_Temperature
Purpose
When the Device_Type is set to a Thermostat API Type of Temperature, the Device_SubType should be set to one of the enum values from this list.
Parameters
<Serializable()> _
Public Enum eDeviceSubType_Temperature
Temperature = 0 ' Typically used for indoor temperature on a thermostat.
Temperature_1 = 1 ' Typically used for indoor temperature on a thermostat.
Other_Temperature = 2 ' An auxiliary temperature such as outside temperature, spa/pool temperature
Humidity = 5 ' For thermostats which support humidity, this device indicates the humidity, not temperature.
End Enum
Returns
Example
Sample Code
$body
For backward compatibility, Temperature and Temperature_1 are essentially the same and either can be used.