Refresh is only active in rooms (by Oliver)

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@1880 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2012-09-21 09:42:07 +00:00
parent deaf9dc95b
commit 4e7f77453d

View File

@@ -573,8 +573,11 @@ FW_AnswerCall($)
}
}
# meta refresh in rooms only
if ($FW_room) {
my $rf = AttrVal($FW_wname, "refresh", "");
FW_pO "<meta http-equiv=\"refresh\" content=\"$rf\">" if($rf);
}
$prf = "smallscreen" if(!$prf && $FW_ss);
$prf = "touchpad" if(!$prf && $FW_tp);