mirror of
https://github.com/derf/travelynx
synced 2024-11-10 06:54:17 +00:00
parent
02555f5c2f
commit
fbc21f45c8
2 changed files with 4 additions and 0 deletions
|
@ -1902,6 +1902,7 @@ sub startup {
|
||||||
uic => $status->{dep_eva},
|
uic => $status->{dep_eva},
|
||||||
longitude => $status->{dep_lon},
|
longitude => $status->{dep_lon},
|
||||||
latitude => $status->{dep_lat},
|
latitude => $status->{dep_lat},
|
||||||
|
platform => $status->{dep_platform},
|
||||||
scheduledTime => $status->{sched_departure}
|
scheduledTime => $status->{sched_departure}
|
||||||
? $status->{sched_departure}->epoch
|
? $status->{sched_departure}->epoch
|
||||||
: undef,
|
: undef,
|
||||||
|
@ -1915,6 +1916,7 @@ sub startup {
|
||||||
uic => $status->{arr_eva},
|
uic => $status->{arr_eva},
|
||||||
longitude => $status->{arr_lon},
|
longitude => $status->{arr_lon},
|
||||||
latitude => $status->{arr_lat},
|
latitude => $status->{arr_lat},
|
||||||
|
platform => $status->{arr_platform},
|
||||||
scheduledTime => $status->{sched_arrival}
|
scheduledTime => $status->{sched_arrival}
|
||||||
? $status->{sched_arrival}->epoch
|
? $status->{sched_arrival}->epoch
|
||||||
: undef,
|
: undef,
|
||||||
|
|
|
@ -41,6 +41,7 @@
|
||||||
"uic" : 8000098,<br/>
|
"uic" : 8000098,<br/>
|
||||||
"latitude" : 51.451355,<br/>
|
"latitude" : 51.451355,<br/>
|
||||||
"longitude" : 7.014793,<br/>
|
"longitude" : 7.014793,<br/>
|
||||||
|
"platform" : "12", (ggf. null)<br/>
|
||||||
"scheduledTime": 1556083680,<br/>
|
"scheduledTime": 1556083680,<br/>
|
||||||
"realTime": 1556083680<br/>
|
"realTime": 1556083680<br/>
|
||||||
},<br/>
|
},<br/>
|
||||||
|
@ -50,6 +51,7 @@
|
||||||
"uic" : 8001896,<br/>
|
"uic" : 8001896,<br/>
|
||||||
"latitude" : 51.422853,<br/>
|
"latitude" : 51.422853,<br/>
|
||||||
"longitude" : 7.023296,<br/>
|
"longitude" : 7.023296,<br/>
|
||||||
|
"platform" : "2", (ggf. null)<br/>
|
||||||
"scheduledTime": 1556083980, (ggf. null)<br/>
|
"scheduledTime": 1556083980, (ggf. null)<br/>
|
||||||
"realTime": 1556083980 (ggf. null)<br/>
|
"realTime": 1556083980 (ggf. null)<br/>
|
||||||
},<br/>
|
},<br/>
|
||||||
|
|
Loading…
Reference in a new issue