From 3fb44ebac80ccf35473cc5b67daf27650d1a4958 Mon Sep 17 00:00:00 2001
From: Birte Kristina Friesel <derf@finalrewind.org>
Date: Sun, 11 Aug 2024 17:56:30 +0200
Subject: [PATCH] Add STV

---
 lib/Travel/Status/DE/HAFAS/Services.pm.PL | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/Travel/Status/DE/HAFAS/Services.pm.PL b/lib/Travel/Status/DE/HAFAS/Services.pm.PL
index b0b6d96..4bf9b84 100644
--- a/lib/Travel/Status/DE/HAFAS/Services.pm.PL
+++ b/lib/Travel/Status/DE/HAFAS/Services.pm.PL
@@ -164,6 +164,7 @@ my %hafas_instance = (
 		stopfinder => 'https://fahrplan.oebb.at/bin/ajax-getstop.exe',
 	},
 	RMV => { load_instance( 'de/rmv', lang => 'deu' ), },
+	STV => { load_instance( 'at/stv', lang => 'deu', ver => '1.32' ), },
 	VBB => {
 		load_instance( 'de/vbb', lang => 'deu' ),
 		stopfinder => 'https://fahrinfo.vbb.de/bin/ajax-getstop.exe',
-- 
GitLab