Search Results for

    Show / Hide Table of Contents

    Enum EPageType

    • C#
    • Visual Basic
    public enum EPageType
    Public Enum EPageType
    Namespace: HomeSeer.Jui.Types
    Assembly: PluginSdk.dll


    A page's type determines where it is published in HomeSeer and what kinds of tasks it is used for


    Fields

    Name Description
    DeviceConfig

    These pages can be used to include customization options and procedures that can be executed by the user for a specific device

    EventAction

    These pages are used to display the configuration options for event actions

    EventTrigger

    These pages are used to display the configuration options for event triggers and conditions

    Generic

    These pages can be used for whatever you would like if you want to use JUI to generate MDBootstrap compatible HTML elements

    Settings

    A settings page is used to configure the way the plug-in behaves

    • View Source
    In This Article
    Back to top HomeSeer Technologies