Search Results for

    Show / Hide Table of Contents

    Enum EControlType

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


    Render style and general behavior for a StatusControl.


    Remarks

    This is used by HomeSeer to determine how a StatusControl should look, feel, and behave for a user.

    Fields

    Name Description
    Button

    Rendered as a button.

    ButtonScript

    Rendered as a button. Executes a script when activated.

    ColorPicker

    Rendered as a color picker.

    RadioOption

    Rendered as a radio button

    StatusOnly

    This is not rendered.

    TextBoxNumber

    Rendered as a number input box.

    TextBoxString

    Rendered as a text input box.

    TextSelectList

    Rendered as a select list.

    ValueRangeDropDown

    Rendered as a select list.

    Options are determined by the TargetRange's Min, Max, and Divisor

    ValueRangeSlider

    Rendered as a slider.

    Values

    Rendered as a select list option.

    See Also
    ControlType
    • View Source
    In This Article
    Back to top HomeSeer Technologies