diff --git a/html/index.html b/html/index.html
index fd3eb6f..4ba8b5c 100644
--- a/html/index.html
+++ b/html/index.html
@@ -42,6 +42,7 @@
+
-1, region.ignoreEOW)
if (!!stateMachine[ region.dwdID ]) {
if (stateMachine [ region.dwdID ] != msg) {
+ if (msg.indexOf('Es sind keine Warnungen') > -1) {
+ if (!!region.ignoreEOW) continue
+ }
await sendPage( region.preset, msg )
stateMachine [ region.dwdID ] = msg
}