mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 15:19:35 +02:00
fix DB modes 🐛
This commit is contained in:
parent
f6077d5b6d
commit
28e601553d
1 changed files with 4 additions and 4 deletions
|
@ -17,15 +17,15 @@ const m = {
|
||||||
},
|
},
|
||||||
regionalExp: {
|
regionalExp: {
|
||||||
bitmask: 4,
|
bitmask: 4,
|
||||||
name: 'InterRegio',
|
name: 'RegionalExpress & InterRegio',
|
||||||
short: 'IR',
|
short: 'RE/IR',
|
||||||
mode: 'train',
|
mode: 'train',
|
||||||
product: 'regionalExp'
|
product: 'regionalExp'
|
||||||
},
|
},
|
||||||
regional: {
|
regional: {
|
||||||
bitmask: 8,
|
bitmask: 8,
|
||||||
name: 'RegionalExpress & Regio',
|
name: 'Regio',
|
||||||
short: 'RE/RB',
|
short: 'RB',
|
||||||
mode: 'train',
|
mode: 'train',
|
||||||
product: 'regional'
|
product: 'regional'
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue