Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
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.

versions.js 976B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. module.exports = {
  2. "0.20": "39",
  3. "0.21": "41",
  4. "0.22": "41",
  5. "0.23": "41",
  6. "0.24": "41",
  7. "0.25": "42",
  8. "0.26": "42",
  9. "0.27": "43",
  10. "0.28": "43",
  11. "0.29": "43",
  12. "0.30": "44",
  13. "0.31": "45",
  14. "0.32": "45",
  15. "0.33": "45",
  16. "0.34": "45",
  17. "0.35": "45",
  18. "0.36": "47",
  19. "0.37": "49",
  20. "1.0": "49",
  21. "1.1": "50",
  22. "1.2": "51",
  23. "1.3": "52",
  24. "1.4": "53",
  25. "1.5": "54",
  26. "1.6": "56",
  27. "1.7": "58",
  28. "1.8": "59",
  29. "2.0": "61",
  30. "2.1": "61",
  31. "3.0": "66",
  32. "3.1": "66",
  33. "4.0": "69",
  34. "4.1": "69",
  35. "4.2": "69",
  36. "5.0": "73",
  37. "6.0": "76",
  38. "6.1": "76",
  39. "7.0": "78",
  40. "7.1": "78",
  41. "7.2": "78",
  42. "7.3": "78",
  43. "8.0": "80",
  44. "8.1": "80",
  45. "8.2": "80",
  46. "8.3": "80",
  47. "8.4": "80",
  48. "8.5": "80",
  49. "9.0": "83",
  50. "9.1": "83",
  51. "9.2": "83",
  52. "9.3": "83",
  53. "9.4": "83",
  54. "10.0": "85",
  55. "10.1": "85",
  56. "10.2": "85",
  57. "10.3": "85",
  58. "10.4": "85",
  59. "11.0": "87",
  60. "11.1": "87",
  61. "11.2": "87",
  62. "11.3": "87",
  63. "11.4": "87",
  64. "12.0": "89",
  65. "13.0": "91",
  66. "13.1": "91",
  67. "14.0": "93"
  68. };