Skip to content

Commit

Permalink
Add missing event levels
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBartusek committed May 3, 2024
1 parent 7ce2487 commit 8eb1fa7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/integrations/weatheralerts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,9 @@ export default class Weatheralerts implements MeteoalarmIntegration {
Watch: MeteoalarmLevelType.Orange,
Advisory: MeteoalarmLevelType.Yellow,
Alert: MeteoalarmLevelType.Yellow,
Emergency: MeteoalarmLevelType.Red,
Message: MeteoalarmLevelType.Orange,
Danger: MeteoalarmLevelType.Red,
};
}

Expand Down

0 comments on commit 8eb1fa7

Please sign in to comment.