FLOORPLAN: fixed logentries and disappeared device-name

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@10032 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
ulimaass
2015-11-28 13:17:55 +00:00
parent 4cf7a1e54f
commit 2d0112c0f8

View File

@@ -581,7 +581,6 @@ FP_show(){
# $text2 = special for style3+6: $text = ReadingID, $text2=alternativeCaption
$top = 0 if (!$top);
$left = 0 if (!$left);
$text = ' ' if (!$text);
$style = 0 if (!$style);
# start device-specific table
my $t2 = $text2 ? $text2 : " ";
@@ -679,9 +678,7 @@ FP_show(){
$htmlTxt = &{$data{webCmdFn}{$fn}}($FW_ME,
$d, $FW_room, $cmd, $values);
}
if ($htmlTxt || $htmlTxt eq '') {
$FW_ME = $oldMe;
}
$FW_ME = $oldMe if (defined($htmlTxt));
use strict "refs";
last if(defined($htmlTxt));
}