Class NewDeviceData
[Obfuscation(Exclude = true, ApplyToMembers = true)]
[Serializable]
public class NewDeviceData
Inheritance
System.Object
NewDeviceData
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: HomeSeer.PluginSdk.Devices
Assembly: PluginSdk.dll
A collection of information describing a new device that needs to be created in HomeSeer.
Created through PrepareForHs()
Constructors
View SourceNewDeviceData(HsDevice, List<HsFeature>)
Declaration
NewDeviceData(HsDevice device, List<HsFeature> features)
Parameters
Type | Name | Description |
---|---|---|
HsDevice | device | |
System.Collections.Generic.List<HsFeature> | features |
Fields
View SourceDevice
A collection of properties describing the device to be created.
Declaration
public Dictionary<EProperty, object> Device
Field Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<EProperty, System.Object> |
FeatureData
A list of collections of properties describing features associated with the device.
Declaration
public List<Dictionary<EProperty, object>> FeatureData
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Collections.Generic.Dictionary<EProperty, System.Object>> |