mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 23:29:35 +02:00
43 lines
820 B
JavaScript
43 lines
820 B
JavaScript
'use strict'
|
|
|
|
module.exports = {
|
|
id: '1|42971|454|86|24102021',
|
|
direction: 'Rufbus Niederer-Fläming',
|
|
line: {
|
|
type: 'line',
|
|
id: 'r777',
|
|
fahrtNr: '7',
|
|
name: 'R777',
|
|
public: true,
|
|
adminCode: 'VTFRuf',
|
|
productName: 'Bus',
|
|
mode: 'bus',
|
|
product: 'bus',
|
|
operator: {
|
|
type: 'operator',
|
|
id: 'verkehrsgesellschaft-teltow-flaming-mbh',
|
|
name: 'Verkehrsgesellschaft Teltow-Fläming mbH'
|
|
},
|
|
symbol: 'R',
|
|
nr: 777,
|
|
metro: false,
|
|
express: false,
|
|
night: false
|
|
},
|
|
reachable: true,
|
|
realtimeDataUpdatedAt: 1635084435,
|
|
|
|
origin: {},
|
|
departure: null,
|
|
plannedDeparture: null,
|
|
departureDelay: null,
|
|
departurePlatform: null,
|
|
plannedDeparturePlatform: null,
|
|
|
|
destination: {},
|
|
arrival: null,
|
|
plannedArrival: null,
|
|
arrivalDelay: null,
|
|
arrivalPlatform: null,
|
|
plannedArrivalPlatform: null,
|
|
}
|