Traewelling: Use newly added EVA IDs for station mapping

This commit is contained in:
Daniel Friesel 2022-05-28 11:35:44 +02:00
parent 7f8e7a1a5f
commit 18c575f6fe
No known key found for this signature in database
GPG key ID: 100D5BFB5166E005

View file

@ -97,9 +97,9 @@ sub get_status_p {
$status->{train}{destination}{arrivalPlanned} );
my $dep_eva
= $status->{train}{origin}{rilIdentifier};
= $status->{train}{origin}{evaIdentifier};
my $arr_eva
= $status->{train}{destination}{rilIdentifier};
= $status->{train}{destination}{evaIdentifier};
my $dep_name
= $status->{train}{origin}{name};