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 166B

12345678910
  1. export default {
  2. machineStates: {
  3. "TERMINE": "0",
  4. "DISPONIBLE": "1",
  5. "EN COURS": "2",
  6. "HS": "3",
  7. "ERREUR": "4"
  8. },
  9. };