Search Results for

    Show / Hide Table of Contents

    Enum EDeviceType

    • C#
    • Visual Basic
    public enum EDeviceType
    Public Enum EDeviceType
    Namespace: HomeSeer.PluginSdk.Devices.Identification
    Assembly: PluginSdk.dll


    The primary use of a HsDevice. This describes the physical hardware.


    Remarks

    Where EFeatureType describes the function of a specific HsFeature of a HsDevice, EDeviceType describes the overall use of the hardware. IE an in-wall paddle switch is described as a Switch HsDevice with a Generic HsFeature.

    Fields

    Name Description
    Door

    The HsDevice represents a door.

    Fan

    The HsDevice represents a fan.

    Generic

    A generic HsDevice. There is no specific use for it.

    Light

    The HsDevice represents a light.

    Lock

    The HsDevice represents a lock.

    Media

    The HsDevice represents a media device.

    Outlet

    The HsDevice represents an outlet.

    RemoteControl

    The HsDevice represents an external controller or remote like a hub.

    Switch

    The HsDevice represents a switch.

    Thermostat

    The HsDevice represents a thermostat.

    Window

    The HsDevice represents a window.

    See Also
    Type
    • View Source
    In This Article
    Back to top HomeSeer Technologies