From e7efcb54055131932aaa375ce4c742a16f8c5ad5 Mon Sep 17 00:00:00 2001 From: Jannis R Date: Thu, 6 Dec 2018 11:31:28 +0100 Subject: [PATCH] S-Bahn Munich: switch to 1.18 protocol --- p/sbahn-muenchen/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/p/sbahn-muenchen/index.js b/p/sbahn-muenchen/index.js index ec2690eb..da77b5d5 100644 --- a/p/sbahn-muenchen/index.js +++ b/p/sbahn-muenchen/index.js @@ -3,9 +3,9 @@ const products = require('./products') const transformReqBody = (body) => { - body.client = {type: 'IPA', id: 'DB-REGIO-MVV', name: 'RegioNavigator', v: '1000030'} + body.client = {type: 'IPH', id: 'DB-REGIO-MVV', name: 'MuenchenNavigator', v: '5010100'} body.ext = 'DB.R15.12.a' - body.ver = '1.15' + body.ver = '1.18' body.auth = {type: 'AID', aid: 'd491MVVhz9ZZts23'} return body