Search Results for

    Show / Hide Table of Contents

    Enum EFeatureDisplayType

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


    The display type for a HsFeature. This controls the way a feature and its controls are displayed in the HomeSeer UI.


    Remarks

    While in grid view:

    When there are sibling features set as Important, Normal features will be shown in the status bar. When there are no sibling features set as Important, all Normal features will be analyzed to determine a single Important feature to display.

    While in list view:

    HsFeatures are displayed Important first and then Normal.

    The term 'sibling features' refers to features that are a part of the same device.

    Fields

    Name Description
    Hidden

    Hide the HsFeature in grid view and list view.

    Important

    Prioritize the display of this HsFeature and its controls.

    Normal

    Do not apply any special display behavior to the HsFeature.

    • View Source
    In This Article
    Back to top HomeSeer Technologies