diff options
author | Daniel Friesel <derf@finalrewind.org> | 2014-01-05 18:27:02 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2014-01-05 18:27:02 +0100 |
commit | bfadf303d147938152d6c8bcb0a9427167b42be9 (patch) | |
tree | 3f09252507e645084ef96157b5b1095c3634acb7 /lib/Travel/Status/DE/IRIS/Result.pm | |
parent | d14f2cbd1c09a28018dced35cd02f6b34a90f8dd (diff) |
add another delay reason taken from the RIS
Diffstat (limited to 'lib/Travel/Status/DE/IRIS/Result.pm')
-rw-r--r-- | lib/Travel/Status/DE/IRIS/Result.pm | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/Travel/Status/DE/IRIS/Result.pm b/lib/Travel/Status/DE/IRIS/Result.pm index d37d98c..a3b91be 100644 --- a/lib/Travel/Status/DE/IRIS/Result.pm +++ b/lib/Travel/Status/DE/IRIS/Result.pm @@ -255,6 +255,7 @@ sub translate_msg { 2 => 'Polizeiliche Ermittlung', 3 => 'Feuerwehreinsatz neben der Strecke', 5 => 'Ärztliche Versorgung eines Fahrgastes', + 6 => 'Betätigen der Notbremse', 7 => 'Personen im Gleis', 8 => 'Notarzteinsatz am Gleis', 10 => 'Ausgebrochene Tiere im Gleis', @@ -549,6 +550,10 @@ At the time of this writing, the following messages are known: =item d 5 : "E<Auml>rztliche Versorgung eines Fahrgastes" +=item d 6 : "BetE<auml>tigen der Notbremse" + +Source: Correlation between IRIS and DB RIS (bahn.de). + =item d 7 : "Personen im Gleis" =item d 8 : "Notarzteinsatz am Gleis" @@ -617,7 +622,7 @@ At the time of this writing, the following messages are known: =item d 55 : "Technische StE<ouml>rung an einem anderen Zug" -Correlation between IRIS and DB RIS (bahn.de). May be incorrect. +Source: Correlation between IRIS and DB RIS (bahn.de). =item q 80 : "Abweichende Wagenreihung" |