Search Results for

    Show / Hide Table of Contents

    Enum EMiscFlag

    • C#
    • Visual Basic
    public enum EMiscFlag : uint
    Public Enum EMiscFlag As UInteger
    Namespace: HomeSeer.PluginSdk.Devices
    Assembly: PluginSdk.dll


    Various bit flags available to add to AbstractHsDevice's Misc field that control its behavior on the HomeSeer platform.


    Fields

    Name Description
    AmazonDiscoveryEnabled

    Expose this device to Amazon cloud services.

    AutoVoiceCommand

    set=create a voice command for this device

    CanDim

    Indicates that the device/feature is a dimmer switch (used for 3rd party integration)

    DeviceNoStatus

    Indicates that the device/feature does not have any StatusControls or StatusGraphics configured that map values to status strings.

    GoogleDiscoveryEnabled

    Expose this device to Google cloud services

    Hidden

    Hide the device/feature from all views

    HideInMobile

    Indicates that the device/feature should not show up in responses from the JSON API

    IncludePowerfail

    if set, device's state is restored if power fail enabled

    IsLight

    Device controls a lighting device (used by Alexa)

    MiscUnused11

    Place holder for future misc flags.

    MiscUnused12

    Place holder for future misc flags.

    MiscUnused13

    Place holder for future misc flags.

    MiscUnused14

    Place holder for future misc flags.

    MiscUnused15

    Place holder for future misc flags.

    MiscUnused16

    Place holder for future misc flags.

    MiscUnused17

    Place holder for future misc flags.

    MyhsDeviceChangeNotify

    if set, a change of this device will be sent to MYHS through the tunnel

    NoGraphicsDisplay

    Indicates that the device/feature does not display any graphics for the status even if StatusGraphics are configured

    NoLog

    Do not log messages pertaining to this device/feature

    NoStatusDisplay

    Indicates that the device/feature does not display any status text even if it is set.

    NoStatusTrigger

    Indicates that the device/feature is not available for selection in any device status change event triggers/conditions.

    SetDoesNotChangeLastChange

    If set, any set to a device value will not reset last change.

    ShowValues

    Indicates that the device/feature should show its available controls in the UI

    StatusOnly

    Indicates that the device/feature does not have any controls and is only used to present a status

    VoiceCommandConfirm

    set=confirm voice command

    • View Source
    In This Article
    Back to top HomeSeer Technologies