Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.33 KB

File metadata and controls

39 lines (30 loc) · 1.33 KB

HydraDeviceDetails

Properties

Name Type Description Notes
hydraConfigId Integer Flipdish internal device identifier [optional]
deviceId String Device Id [optional]
serialNumber String Serial Number [optional]
deviceType DeviceTypeEnum Type of the device [optional]
status StatusEnum Status of the device [optional]
deviceName String Device Name [optional]
storeNames List<HydraStoreData> Store Names [optional]
lastPollUtc OffsetDateTime Last poll time in UTC [optional]
version String Version of the device [optional]
buildNumber String Build number of the device [optional]
gitSha String SHA of the commit [optional]
gitBranch String Build branch [optional]

Enum: DeviceTypeEnum

Name Value
KIOSK "Kiosk"
TERMINAL "Terminal"
LEGACYPRINTER "LegacyPrinter"

Enum: StatusEnum

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