Skip to main content
Skip table of contents

Device_Type_String

Purpose

Device_Type_String is a simple string description of the device type and has no actual bearing on the device as seen by HomeSeer or other plug-ins - only the DeviceType is used by HomeSeer and other plug-ins.   


Parameters

None


Returns

Nothing


Example

Sample Code

VB
	Example (Read):
			If dv IsNot Nothing Then
				Log("My device has a device type of: " & dv.Device_Type_String(hs), LogType.Info)
			End If

	Example (Write):
			If dv IsNot Nothing Then
				dv.Device_Type_String(hs) = "Joe Bazooka Bubble Gum"
			End If


JavaScript errors detected

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

If this problem persists, please contact our support.