API: Expose HAFAS JourneyID, if available (#85)
This commit is contained in:
parent
155ac555f1
commit
26ebd3d644
2 changed files with 6 additions and 4 deletions
|
@ -1852,10 +1852,11 @@ sub startup {
|
||||||
: undef,
|
: undef,
|
||||||
},
|
},
|
||||||
train => {
|
train => {
|
||||||
type => $status->{train_type},
|
type => $status->{train_type},
|
||||||
line => $status->{train_line},
|
line => $status->{train_line},
|
||||||
no => $status->{train_no},
|
no => $status->{train_no},
|
||||||
id => $status->{train_id},
|
id => $status->{train_id},
|
||||||
|
hafasId => $status->{extra_data}{trip_id},
|
||||||
},
|
},
|
||||||
intermediateStops => [],
|
intermediateStops => [],
|
||||||
visibility => {
|
visibility => {
|
||||||
|
|
|
@ -63,6 +63,7 @@
|
||||||
"line" : "6", (Linie als String, nicht immer numerisch, ggf. null)<br/>
|
"line" : "6", (Linie als String, nicht immer numerisch, ggf. null)<br/>
|
||||||
"no" : "30634", (Fahrtnummer als String, ggf. null oder leer)<br/>
|
"no" : "30634", (Fahrtnummer als String, ggf. null oder leer)<br/>
|
||||||
"id" : "7512500863736016593" (IRIS- oder HAFAS-spezifische Fahrt-ID)<br/>
|
"id" : "7512500863736016593" (IRIS- oder HAFAS-spezifische Fahrt-ID)<br/>
|
||||||
|
"hafasId" : "1|224479|0|80|30082023" (HAFAS-spezifische Fahrt-ID falls bekannt, ggf. null)<br/>
|
||||||
},<br/>
|
},<br/>
|
||||||
"visibility" : {<br/>
|
"visibility" : {<br/>
|
||||||
"desc": "private" / "unlisted" / "followers" / "travelynx" / "public",<br/>
|
"desc": "private" / "unlisted" / "followers" / "travelynx" / "public",<br/>
|
||||||
|
|
Loading…
Reference in a new issue