From 42727cb8aec147ba673c0b27e99c8f424e1e275c Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Fri, 16 Aug 2024 22:04:51 +0200 Subject: Add Resrobot backend --- lib/Travel/Status/DE/HAFAS/Services.pm.PL | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'lib/Travel/Status') 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', }, -- cgit v1.2.3