Source: remotepay/ExternalDeviceState.js

  1. /**
  2. * Autogenerated by Avro
  3. *
  4. * DO NOT EDIT DIRECTLY
  5. */
  6. /**
  7. * @memberof remotepay
  8. * @enum {string}
  9. */
  10. ExternalDeviceState = {
  11. IDLE : "IDLE",
  12. BUSY : "BUSY",
  13. WAITING_FOR_POS : "WAITING_FOR_POS",
  14. WAITING_FOR_CUSTOMER : "WAITING_FOR_CUSTOMER",
  15. UNKNOWN : "UNKNOWN"
  16. };
  17. //
  18. // Expose the module.
  19. //
  20. if ('undefined' !== typeof module) {
  21. module.exports = ExternalDeviceState;
  22. }