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 | |
NotSpecified | No type is set. AbstractHsDevices are unusable in this state. |