Application Android et IOS pour l'amicale des élèves
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ProxiwashConstants.js 1.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. export default {
  2. machineStates: {
  3. AVAILABLE: 0,
  4. RUNNING: 1,
  5. RUNNING_NOT_STARTED: 2,
  6. FINISHED: 3,
  7. UNAVAILABLE: 4,
  8. ERROR: 5,
  9. UNKNOWN: 6,
  10. },
  11. stateIcons: {
  12. 0: 'radiobox-blank',
  13. 1: 'progress-check',
  14. 2: 'alert-circle-outline',
  15. 3: 'check-circle',
  16. 4: 'alert-octagram-outline',
  17. 5: 'alert',
  18. 6: 'help-circle-outline',
  19. },
  20. washinsa: {
  21. id: 'washinsa',
  22. title: 'screens.proxiwash.washinsa.title',
  23. subtitle: 'screens.proxiwash.washinsa.subtitle',
  24. description: 'screens.proxiwash.washinsa.description',
  25. tarif: 'screens.proxiwash.washinsa.tariff',
  26. paymentMethods: 'screens.proxiwash.washinsa.paymentMethods',
  27. icon: 'school-outline',
  28. url:
  29. 'https://etud.insa-toulouse.fr/~amicale_app/v2/washinsa/washinsa_data.json',
  30. },
  31. tripodeB: {
  32. id: 'tripodeB',
  33. title: 'screens.proxiwash.tripodeB.title',
  34. subtitle: 'screens.proxiwash.tripodeB.subtitle',
  35. description: 'screens.proxiwash.tripodeB.description',
  36. tarif: 'screens.proxiwash.tripodeB.tariff',
  37. paymentMethods: 'screens.proxiwash.tripodeB.paymentMethods',
  38. icon: 'domain',
  39. url:
  40. 'https://etud.insa-toulouse.fr/~amicale_app/v2/washinsa/tripode_b_data.json',
  41. },
  42. };