Search Results for

    Show / Hide Table of Contents

    Enum EApiType

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


    The general type of an AbstractHsDevice


    Remarks

    This is primarily used to determine whether an AbstractHsDevice is a HsDevice or a HsFeature

    Creating a HsDevice or HsFeature using DeviceFactory or FeatureFactory will automatically set this for you.

    Legacy types will be readable as langword_csharp_int

    Fields

    Name Description
    Device

    A HsDevice

    Feature

    A HsFeature

    NotSpecified

    No type is set. AbstractHsDevices are unusable in this state.

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