Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.04 KB

File metadata and controls

28 lines (21 loc) · 1.04 KB

HydraConnectionStatusChangedEvent

Properties

Name Type Description Notes
deviceId String Hydra Device Id [optional]
hydraDeviceStatus HydraDeviceStatusEnum Hydra Device Status [optional]
pollTime OffsetDateTime Hydra Last Poll Time [optional]
eventName String The event name [optional]
flipdishEventId UUID The identitfier of the event [optional]
createTime OffsetDateTime The time of creation of the event [optional]
position Integer Position [optional]
appId String App id [optional]
orgId String Org id [optional]
ipAddress String Ip Address [optional]

Enum: HydraDeviceStatusEnum

Name Value
ONLINE "Online"
POSSIBLYOFFLINE "PossiblyOffline"
OFFLINE "Offline"