Enum ERelationship
public enum ERelationship
Namespace: HomeSeer.PluginSdk.Devices.Identification
Assembly: PluginSdk.dll
An enum describing the type of relationship a device/feature has with the device or features listed in its associated devices list.
Fields
Name | Description |
---|---|
Device | This item is a device and is associated with one or more features. Previously called "ParentRoot" in the legacy API |
Feature | This item is a feature and is associated with one device that owns it. Previously called "Child" in the legacy API |
NotSet | No relationship type has been specified |