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. |