mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +00:00
FLOORPLAN: fixed logentries and disappeared device-name
git-svn-id: https://svn.fhem.de/fhem/trunk@10032 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
089e425ff4
commit
b58d4cfe66
@ -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));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user