parse Komfort-Checkin & ICE Sprinter hints

This commit is contained in:
Jannis R 2018-06-25 13:59:42 +02:00
parent a8aa2652df
commit 6e60cc8bda
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5

View file

@ -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'
} }
}) })