From 31df49fd9d3e7531e6ad14b462cec5401883bcd2 Mon Sep 17 00:00:00 2001 From: DS_Starter Date: Mon, 19 Nov 2018 23:10:14 +0000 Subject: [PATCH] 60_Watches.pm: contrib version 0.3.0 git-svn-id: https://svn.fhem.de/fhem/trunk@17794 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/contrib/DS_Starter/60_Watches.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/contrib/DS_Starter/60_Watches.pm b/fhem/contrib/DS_Starter/60_Watches.pm index 0c23113a5..c8b060e11 100644 --- a/fhem/contrib/DS_Starter/60_Watches.pm +++ b/fhem/contrib/DS_Starter/60_Watches.pm @@ -72,7 +72,7 @@ sub Watches_Initialize($) { $hash->{AttrFn} = "Watches_Attr"; $hash->{FW_hideDisplayName} = 1; # Forum 88667 # $hash->{FW_addDetailToSummary} = 1; - # $hash->{FW_atPageEnd} = 1; # wenn 1 -> kein Longpoll ohne informid in HTML-Tag + $hash->{FW_atPageEnd} = 1; # wenn 1 -> kein Longpoll ohne informid in HTML-Tag }