# Flipdish.HydraConnectionStatusChangedEvent

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**DeviceId** | **String** | Hydra Device Id | [optional] 
**HydraDeviceStatus** | **String** | Hydra Device Status | [optional] 
**PollTime** | **Date** | Hydra Last Poll Time | [optional] 
**EventName** | **String** | The event name | [optional] 
**FlipdishEventId** | **String** | The identitfier of the event | [optional] 
**CreateTime** | **Date** | The time of creation of the event | [optional] 
**Position** | **Number** | Position | [optional] 
**AppId** | **String** | App id | [optional] 
**IpAddress** | **String** | Ip Address | [optional] 


<a name="HydraDeviceStatusEnum"></a>
## Enum: HydraDeviceStatusEnum


* `Online` (value: `"Online"`)

* `PossiblyOffline` (value: `"PossiblyOffline"`)

* `Offline` (value: `"Offline"`)




