Products

eDeviceType_Thermostat

Purpose

Control your thermostats with the information here.


Parameters

  Public Enum eDeviceType_Thermostat
            Operating_State = 1
            Temperature = 2
            Mode_Set = 3
            Fan_Mode_Set = 4
            Fan_Status = 5
            Setpoint = 6
            RunTime = 7
            Hold_Mode = 8
            Operating_Mode = 9
            Additional_Temperature = 10
            Setback = 11
            Filter_Remind = 12
            Root = 99                           ' Indicates a root device of a root/child grouping.
        End Enum


Returns

Nothing 


Example

Visual Basic
None