Search Results for

    Show / Hide Table of Contents

    Class NewDeviceData

    • C#
    • Visual Basic
    [Obfuscation(Exclude = true, ApplyToMembers = true)]
    [Serializable]
    public 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 Source

    NewDeviceData(HsDevice, List<HsFeature>)

    Declaration
    • C#
    • Visual Basic
    NewDeviceData(HsDevice device, List<HsFeature> features)
    Sub New(device As HsDevice, features As List(Of HsFeature))
    Parameters
    Type Name Description
    HsDevice device
    System.Collections.Generic.List<HsFeature> features

    Fields

    View Source

    Device

    A collection of properties describing the device to be created.

    Declaration
    • C#
    • Visual Basic
    public Dictionary<EProperty, object> Device
    Public Device As Dictionary(Of EProperty, Object)
    Field Value
    Type Description
    System.Collections.Generic.Dictionary<EProperty, System.Object>
    View Source

    FeatureData

    A list of collections of properties describing features associated with the device.

    Declaration
    • C#
    • Visual Basic
    public List<Dictionary<EProperty, object>> FeatureData
    Public FeatureData As List(Of Dictionary(Of EProperty, Object))
    Field Value
    Type Description
    System.Collections.Generic.List<System.Collections.Generic.Dictionary<EProperty, System.Object>>
    • View Source
    In This Article
    Back to top HomeSeer Technologies