Enumerations for Events #658
Closed
dsteketee76
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm writing a little app to identify weather events and configure my house battery backup to fully charge in advance of the event. I've already pared down the alerts to urgency = future, expected, or immediate, severity = moderate, severe, or extreme, and category = meteorological. But, these alerts also include things like floods which are unlikely to cause a power outage in my area.
I'm wondering if there is an enumeration for the Event property. I was thinking of using eventCode, but this doesn't appear in the response object when calling https://api.weather.gov/alerts/active
Beta Was this translation helpful? Give feedback.
All reactions