diff options
author | Daniel Friesel <derf@finalrewind.org> | 2015-01-23 18:19:26 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2015-01-23 18:19:26 +0100 |
commit | a98b5315c092b4bc97579cc18d78f6457e9b44fb (patch) | |
tree | ea475fb4ae28c3be72a6211f39d28a403f92922a | |
parent | 502bdd149da8c972713984151e4b64449577eae4 (diff) |
Result: Add IRIS key 60
-rw-r--r-- | lib/Travel/Status/DE/IRIS/Result.pm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/Travel/Status/DE/IRIS/Result.pm b/lib/Travel/Status/DE/IRIS/Result.pm index f9fdabc..e705abf 100644 --- a/lib/Travel/Status/DE/IRIS/Result.pm +++ b/lib/Travel/Status/DE/IRIS/Result.pm @@ -581,6 +581,7 @@ sub translate_msg { 57 => 'Zusätzlicher Halt', 58 => 'Umleitung', # ? 59 => 'Schnee und Eis', + 60 => 'Reduzierte Geschwindigkeit wegen Sturm(?)', 61 => 'Türstörung', 62 => 'Behobene technische Störung am Zug', 63 => 'Technische Untersuchung am Zug', @@ -1043,6 +1044,11 @@ to "Notarzteinsatz am Gleis". Source: Correlation between IRIS and DB RIS (bahn.de). +=item d 60 : "Reduzierte Geschwindigkeit wegen Sturm" + +Source: Correlation between IRIS and DB RIS (bahn.de). Needs further +verification. + =item d 61 : "TE<uuml>rstE<ouml>rung" Source: Correlation between IRIS and DB RIS (bahn.de). |