We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Though OTP integrates GTFS-Realtime Alerts, these don't show up in the MessageBar.
Reason seems to be, that Digitransit only intends to show alerts of severity level SEVERE:
SEVERE
{"id":"MessageBarQuery","query":"query MessageBarQuery($feedids: [String!]) { alerts(severityLevel: [SEVERE], feeds: $feedids) { feed id alertDescriptionText alertHash alertHeaderText alertSeverityLevel alertUrl effectiveEndDate effectiveStartDate alertDescriptionTextTranslations { language text } alertHeaderTextTranslations { language text } alertUrlTranslations { language text } } } ","variables":{"feedids":["hbg"]}}
However, VVS alert messages do not provide a severity:
Note: According to the spec, severity_level is still experimental.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Though OTP integrates GTFS-Realtime Alerts, these don't show up in the MessageBar.
Reason seems to be, that Digitransit only intends to show alerts of severity level
SEVERE
:However, VVS alert messages do not provide a severity:
Note: According to the spec, severity_level is still experimental.
The text was updated successfully, but these errors were encountered: