Skip to content

Commit

Permalink
Add missing weatheralerts event types (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBartusek authored Jun 28, 2023
1 parent c799617 commit d409357
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/integrations/weatheralerts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,11 @@ export default class Weatheralerts implements MeteoalarmIntegration {
'Hurricane': MeteoalarmEventType.Hurricane,
'Air Quality': MeteoalarmEventType.AirQuality,
'Rip Current': MeteoalarmEventType.CoastalEvent, // https://github.com/MrBartusek/MeteoalarmCard/issues/183
'Special Weather': MeteoalarmEventType.Unknown
'Special Weather': MeteoalarmEventType.Unknown,
'High Surf': MeteoalarmEventType.CoastalEvent,
'Hazardous Seas': MeteoalarmEventType.SeaEvent,
'Beach Hazard': MeteoalarmEventType.CoastalEvent

};
}

Expand Down

0 comments on commit d409357

Please sign in to comment.