Skip to content

Commit

Permalink
Corrected typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cepresso authored Aug 21, 2023
1 parent a30cb09 commit dbf7197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/integrations/dwd.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default class DWD implements MeteoalarmIntegration {

private get eventTypes(): { [key: number]: MeteoalarmEventType } {
// 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
// Event codes are listed in appendix 3.1
return {
22: MeteoalarmEventType.SnowIce,
24: MeteoalarmEventType.SnowIce,
Expand Down

0 comments on commit dbf7197

Please sign in to comment.