fixed missing replacement for UNWETTERWARNUNG

This commit is contained in:
cheetah 2023-06-22 21:30:40 +02:00
parent 5026844006
commit 7147d53a52

View file

@ -111,6 +111,7 @@ async function checkDWD() {
: 0
//console.log(msgLevelTrigger, 'is the trigger level for', msgCategory)
if (msgLevel >= msgLevelTrigger) { } else continue // ignore the stuff we want to ignore
msg = msg.replace('DWD UNWETTERWARNUNG:', 'DWD:')
msg = msg.replace('DWD WETTERWARNUNG:', 'DWD:')
msg = msg.replace(' in ', ' ')
msg = msg.replace(' von ', '/')