12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- {
- "model": "V90",
- "tier": "Elegance",
- "service_panel": "Elegance",
- "carpet": "Elegance",
- "shaft_color": "9016-30G",
- "ceiling_color": "9016-30G",
- "shaft_size_AC": 1500.0,
- "shaft_size_BD": 1400.0,
- "shaft_cutout_AC": 1470,
- "shaft_cutout_BD": 1440,
- "car_size_AC": 1210.0,
- "car_size_BD": 1315.0,
- "transport_heights": [3500, 3500],
- "headroom": 2500,
- "height": 9500,
- "floors": 3,
- "landings": 3,
- "doors": [
- {
- "stop": "Landing1",
- "side": "B",
- "type": "saloon door",
- "model": "saloon door",
- "frame": "aluminium",
- "opening": "left",
- "is_first_floor": true,
- "has_door_light": true,
- "opening_width": 816,
- "opening_height": 2100,
- "LOP_type": "CIBES LX"
- },
- {
- "stop": "Landing2",
- "side": "B",
- "type": "saloon door",
- "model": "saloon door",
- "opening": "left",
- "is_first_floor": false,
- "has_door_light": true,
- "opening_width": 816,
- "opening_height": 2100,
- "LOP_type": "CIBES LX"
- },
- {
- "stop": "Landing3",
- "side": "B",
- "type": "saloon door",
- "model": "saloon door",
- "opening": "left",
- "is_first_floor": false,
- "has_door_light": true,
- "opening_width": 816,
- "opening_height": 2100,
- "LOP_type": "CIBES LX"
- }
- ]
- }
|