Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.25 KB

File metadata and controls

36 lines (27 loc) · 1.25 KB

HydraStatus

Properties

Name Type Description Notes
appId String
storeIds List<Integer> Store to assign the hydra [optional]
propertyIds List<String> AuthZ Property ids for assigned stores [optional]
isRegistered Boolean The device has been already registered
pinCode Integer 6 digit PIN code (not starting with zero). [optional]
images List<String> Hydra images (covers) [optional]
userType UserTypeEnum Hydra User Type as integer. Prefer {Flipdish.PublicModels.V1.Hydra.HydraStatus.DeviceType}. [optional]
deviceType DeviceTypeEnum Hydra device type (Kiosk / Terminal), serialized as string. [optional]
hydraUserId Integer Zeus Hydra user id [optional]

Enum: UserTypeEnum

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

Enum: DeviceTypeEnum

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