Skip to content

Commit

Permalink
Add Blowing Dust even type to Weatheralerts (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBartusek authored Jul 24, 2023
1 parent 4930ec8 commit cc813bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/integrations/weatheralerts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,12 @@ export default class Weatheralerts implements MeteoalarmIntegration {
'Tropical Storm': MeteoalarmEventType.Hurricane,
'Hurricane': MeteoalarmEventType.Hurricane,
'Air Quality': MeteoalarmEventType.AirQuality,
'Rip Current': MeteoalarmEventType.CoastalEvent, // https://github.com/MrBartusek/MeteoalarmCard/issues/183
'Rip Current': MeteoalarmEventType.CoastalEvent,
'Special Weather': MeteoalarmEventType.Unknown,
'High Surf': MeteoalarmEventType.CoastalEvent,
'Hazardous Seas': MeteoalarmEventType.SeaEvent,
'Beach Hazard': MeteoalarmEventType.CoastalEvent

'Beach Hazard': MeteoalarmEventType.CoastalEvent,
'Blowing Dust': MeteoalarmEventType.Dust
};
}

Expand Down

0 comments on commit cc813bb

Please sign in to comment.