From 961ba29db5c126177db9710ede1ce866ca5e0033 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 4 Feb 2023 17:55:56 +0100 Subject: rename 'uic' to 'eva' --- lib/Travel/Status/DE/HAFAS.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/Travel/Status/DE/HAFAS.pm b/lib/Travel/Status/DE/HAFAS.pm index 9b3bcce..9adbfed 100644 --- a/lib/Travel/Status/DE/HAFAS.pm +++ b/lib/Travel/Status/DE/HAFAS.pm @@ -704,9 +704,9 @@ sub station { if ($loc) { $self->{station_info} = { name => $loc->{name}, - uic => $loc->{extId}, + eva => $loc->{extId}, names => [ map { $locL[ $_->[0] ]{name} } @prefcounts ], - uics => [ map { $locL[ $_->[0] ]{extId} } @prefcounts ], + evas => [ map { $locL[ $_->[0] ]{extId} } @prefcounts ], }; } else { @@ -953,7 +953,7 @@ service messages. Each message belongs to at least one arrival/departure. Returns a hashref describing the departure stations in all requested journeys. The hashref contains four entries: B (station names), B (most -common name), B (UIC / EVA IDs), and B (most common UIC / EVA ID). +common name), B (UIC / EVA IDs), and B (most common UIC / EVA ID). These are subject to change. Note that the most common name and ID may be different from the station for -- cgit v1.2.3