FHEMWEB: generate longpoll for the new status in case of modify (Forum #33268)

git-svn-id: https://svn.fhem.de/fhem/trunk@7898 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2015-02-07 06:57:18 +00:00
parent 92e006bedf
commit eb913cc378

View File

@ -2283,6 +2283,7 @@ FW_Notify($$)
my $data = FW_longpollInfo($h->{fmt}, my $data = FW_longpollInfo($h->{fmt},
"#FHEMWEB:$ntfy->{NAME}","\$('#saveCheck').css('visibility','$vs')",""); "#FHEMWEB:$ntfy->{NAME}","\$('#saveCheck').css('visibility','$vs')","");
addToWritebuffer($ntfy, $data."\n"); addToWritebuffer($ntfy, $data."\n");
$dn = $1 if($dev->{CHANGED} && $dev->{CHANGED}->[0] =~ m/^MODIFIED (.*)$/);
} }
if($h->{type} eq "raw") { if($h->{type} eq "raw") {