Skip to content

Commit

Permalink
Added event id documentation link
Browse files Browse the repository at this point in the history
  • Loading branch information
cepresso authored Aug 21, 2023
1 parent cf03ec2 commit a30cb09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/integrations/dwd.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ export default class DWD implements MeteoalarmIntegration {
}

private get eventTypes(): { [key: number]: MeteoalarmEventType } {
// https://www.dwd.de/DE/leistungen/opendata/help/warnungen/gesamtueberblickII.pdf?__blob=publicationFile&v=3
// Google translate can actually translate PDFs, quite usefull
// https://www.dwd.de/DE/leistungen/opendata/help/warnungen/cap_dwd_profile_en_pdf_1_12.pdf?__blob=publicationFile&v=3
// Event codes are listed in apendix
return {
22: MeteoalarmEventType.SnowIce,
24: MeteoalarmEventType.SnowIce,
Expand Down

0 comments on commit a30cb09

Please sign in to comment.