Skip to content

Commit

Permalink
Metric matching error prevents Emergency Alert layouts from playing (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
nadzpogi authored Feb 5, 2025
1 parent 1367703 commit 4ad890a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/emergency-alert.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<description>A module for displaying emergency alert elements based on an CAP feed</description>
<icon>fa fa-exclamation-circle</icon>
<class></class>
<dataCacheKey>%emergencyAlertUri%_%isAreaSpecific%_%status%_%msgType%_%scope%_%category%_%responseType%_%urgency%_%severity%_%certainty%</dataCacheKey>
<dataCacheKey>%emergencyAlertUri%_%isAreaSpecific%_%status%_%msgType%_%scope%_%category%_%responseType%_%urgency%_%severity%_%certainty%_%displayId%</dataCacheKey>
<type>emergency-alert</type>
<dataType>emergency-alert</dataType>
<schemaVersion>1</schemaVersion>
Expand Down
2 changes: 1 addition & 1 deletion modules/national-weather-service.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<description>A module for displaying weather alert elements based on National Weather Service's Atom feed</description>
<icon>fa fa-exclamation-circle</icon>
<class></class>
<dataCacheKey>%area%_%status%_%msgType%_%urgency%_%severity%_%certainty%</dataCacheKey>
<dataCacheKey>%area%_%status%_%msgType%_%urgency%_%severity%_%certainty%_%displayId%</dataCacheKey>
<type>national-weather-service</type>
<dataType>emergency-alert</dataType>
<schemaVersion>1</schemaVersion>
Expand Down

0 comments on commit 4ad890a

Please sign in to comment.