Skip to main content
Skip table of contents

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

VB
$body


For backward compatibility, Temperature and Temperature_1 are essentially the same and either can be used.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.