mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 15:19:35 +02:00
S-Bahn Munich: switch to 1.18 protocol
This commit is contained in:
parent
054b3f3eec
commit
e7efcb5405
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue