Device_Type_Description (Read Only)
Purpose
The Device_API also determines what is returned by this property, as the value of the Device_Type is influenced by the API that the device subscribes to; if the API is the Thermostat API, then the device types are expected to be one of the eDeviceType_Thermostat enum values.
Parameters
The Device_Type_Description read-only property is a string denoting the type of the device:
Public ReadOnly Property Device_Type_Description As String
Returns
Nothing
Example
Sample Code
hs.WriteLog("Info", hs.DeviceName(dv.Ref) & " has a Device Type of " _
& dv.DeviceType_Get(hs).Device_Type_Description)