mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 15:19:35 +02:00
parse Komfort-Checkin & ICE Sprinter hints
This commit is contained in:
parent
a8aa2652df
commit
6e60cc8bda
1 changed files with 10 additions and 0 deletions
|
@ -80,6 +80,16 @@ const hints = Object.assign(Object.create(null), {
|
||||||
type: 'hint',
|
type: 'hint',
|
||||||
code: 'elevator',
|
code: 'elevator',
|
||||||
text: 'elevator available'
|
text: 'elevator available'
|
||||||
|
},
|
||||||
|
ck: {
|
||||||
|
type: 'hint',
|
||||||
|
code: 'komfort-checkin',
|
||||||
|
text: 'Komfort-Checkin available'
|
||||||
|
},
|
||||||
|
it: {
|
||||||
|
type: 'hint',
|
||||||
|
code: 'ice-sprinter',
|
||||||
|
text: 'ICE Sprinter service'
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue