mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +00:00
01_FHEMWEB.pm: reset $FW_room for FW_doDetail (Forum #106551)
git-svn-id: https://svn.fhem.de/fhem/trunk@20808 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
9984b9c146
commit
e875777660
@ -1430,6 +1430,7 @@ FW_doDetail($)
|
||||
|
||||
return if($FW_hiddenroom{detail});
|
||||
return if(!defined($defs{$d}));
|
||||
$FW_room=""; # Do not call summaryFn with a room #106551
|
||||
my $h = $defs{$d};
|
||||
my $t = $h->{TYPE};
|
||||
$t = "MISSING" if(!defined($t));
|
||||
|
Loading…
x
Reference in New Issue
Block a user