diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-08-16 22:04:51 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-08-16 22:04:51 +0200 |
commit | 42727cb8aec147ba673c0b27e99c8f424e1e275c (patch) | |
tree | 5b5fe12636bcea91735cb52449a9aaf56443b236 /lib | |
parent | c300afc9d8e1c03947a76263ba35aec5e2168a63 (diff) |
Add Resrobot backend
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Travel/Status/DE/HAFAS/Services.pm.PL | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/lib/Travel/Status/DE/HAFAS/Services.pm.PL b/lib/Travel/Status/DE/HAFAS/Services.pm.PL index de81d88..97eabef 100644 --- a/lib/Travel/Status/DE/HAFAS/Services.pm.PL +++ b/lib/Travel/Status/DE/HAFAS/Services.pm.PL @@ -168,11 +168,12 @@ my %hafas_instance = ( ), stopfinder => 'https://fahrplan.oebb.at/bin/ajax-getstop.exe', }, - RMV => { load_instance( 'de/rmv', lang => 'deu' ), }, - RSAG => { load_instance( 'de/rsag', lang => 'deu' ), }, - STV => { load_instance( 'at/stv', lang => 'deu', ver => '1.32' ), }, - TPG => { load_instance( 'ch/tpg', lang => 'deu', ver => '1.40' ), }, - VBB => { + Resrobot => { load_instance( 'se/resrobot', lang => 'sve' ), }, + RMV => { load_instance( 'de/rmv', lang => 'deu' ), }, + RSAG => { load_instance( 'de/rsag', lang => 'deu' ), }, + STV => { load_instance( 'at/stv', lang => 'deu', ver => '1.32' ), }, + TPG => { load_instance( 'ch/tpg', lang => 'deu', ver => '1.40' ), }, + VBB => { load_instance( 'de/vbb', lang => 'deu' ), stopfinder => 'https://fahrinfo.vbb.de/bin/ajax-getstop.exe', }, |