Configuration.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "model": "V90",
  3. "tier": "Elegance",
  4. "service_panel": "Elegance",
  5. "carpet": "Elegance",
  6. "shaft_color": "9016-30G",
  7. "ceiling_color": "9016-30G",
  8. "shaft_size_AC": 1500.0,
  9. "shaft_size_BD": 1400.0,
  10. "shaft_cutout_AC": 1470,
  11. "shaft_cutout_BD": 1440,
  12. "car_size_AC": 1210.0,
  13. "car_size_BD": 1315.0,
  14. "transport_heights": [3500, 3500],
  15. "headroom": 2500,
  16. "height": 9500,
  17. "floors": 3,
  18. "landings": 3,
  19. "doors": [
  20. {
  21. "stop": "Landing1",
  22. "side": "B",
  23. "type": "saloon door",
  24. "model": "saloon door",
  25. "frame": "aluminium",
  26. "opening": "left",
  27. "is_first_floor": true,
  28. "has_door_light": true,
  29. "opening_width": 816,
  30. "opening_height": 2100,
  31. "LOP_type": "CIBES LX"
  32. },
  33. {
  34. "stop": "Landing2",
  35. "side": "B",
  36. "type": "saloon door",
  37. "model": "saloon door",
  38. "opening": "left",
  39. "is_first_floor": false,
  40. "has_door_light": true,
  41. "opening_width": 816,
  42. "opening_height": 2100,
  43. "LOP_type": "CIBES LX"
  44. },
  45. {
  46. "stop": "Landing3",
  47. "side": "B",
  48. "type": "saloon door",
  49. "model": "saloon door",
  50. "opening": "left",
  51. "is_first_floor": false,
  52. "has_door_light": true,
  53. "opening_width": 816,
  54. "opening_height": 2100,
  55. "LOP_type": "CIBES LX"
  56. }
  57. ]
  58. }