ENUM

DeviceState

Device Connectivity State

This enumerate holds the valid values that represents the current Device State, which indicates connectivity status of the point of sale device.

link GraphQL Schema definition

  • enum DeviceState {
  • # offline
  • OFFLINE
  • # online
  • ONLINE
  • # timeout
  • TIMEOUT
  • }