|
|
@ -119,7 +119,6 @@ async function checkDWD() {
|
|
|
|
? msg.split('Quelle:')[0]
|
|
|
|
? msg.split('Quelle:')[0]
|
|
|
|
: msg
|
|
|
|
: msg
|
|
|
|
msg = replaceUmlaute(msg)
|
|
|
|
msg = replaceUmlaute(msg)
|
|
|
|
console.log(msg, msg.indexOf('Es sind keine Warnungen') > -1, region.ignoreEOW)
|
|
|
|
|
|
|
|
if (!!stateMachine[ region.dwdID ]) {
|
|
|
|
if (!!stateMachine[ region.dwdID ]) {
|
|
|
|
if (stateMachine [ region.dwdID ] != msg) {
|
|
|
|
if (stateMachine [ region.dwdID ] != msg) {
|
|
|
|
if (msg.indexOf('Es sind keine Warnungen') > -1) {
|
|
|
|
if (msg.indexOf('Es sind keine Warnungen') > -1) {
|
|
|
|