Search Results for

    Show / Hide Table of Contents

    Enum EPollResponse

    • C#
    • Visual Basic
    [Serializable]
    public enum EPollResponse
    <Serializable>
    Public Enum EPollResponse
    Namespace: HomeSeer.PluginSdk.Devices
    Assembly: PluginSdk.dll


    Possible responses to the UpdateStatusNow(Int32) call made by HomeSeer to get the latest status for a device/feature.


    Fields

    Name Description
    CouldNotReachPlugin

    The plugin did not respond to the request.

    ErrorGettingStatus

    There was a problem retrieving the latest status for the device/feature.

    NotFound

    The hardware backing the device/feature was not found.

    Ok

    The device/feature is fully operational.

    StatusNotSupported

    The device/feature does not support a displayed status and is only used for controls.

    Timeout

    The device/feature did not respond in an appropriate amount of time to determine its current state.

    UnknownError

    Some error occured while trying to complete the request preventing any state from being determined.

    • View Source
    In This Article
    Back to top HomeSeer Technologies