From 42727cb8aec147ba673c0b27e99c8f424e1e275c Mon Sep 17 00:00:00 2001
From: Birte Kristina Friesel <derf@finalrewind.org>
Date: Fri, 16 Aug 2024 22:04:51 +0200
Subject: [PATCH] Add Resrobot backend

---
 lib/Travel/Status/DE/HAFAS/Services.pm.PL | 11 ++++++-----
 1 file 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',
 	},
-- 
GitLab