2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-01 01:09:47 +00:00

01_FHEMWEB.pm: show status in detail window (Forum #53012)

git-svn-id: https://svn.fhem.de/fhem/trunk@11390 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2016-05-05 11:06:48 +00:00
parent 2452b9ede8
commit df1aada4fa

View File

@ -1181,6 +1181,10 @@ FW_doDetail($)
my $txt = &{$modules{$t}{FW_detailFn}}($FW_wname, $d, $FW_room);
FW_pO "$txt<br>" if(defined($txt));
use strict "refs";
} else {
my %extPage = ();
my ($allSets, $cmdlist, $txt) = FW_devState($d, $FW_room, \%extPage);
FW_pO "<div informId='$d'".($FW_tp?"":" style='float:right'").">$txt</div>";
}
FW_pO FW_detailSelect($d, "set", FW_widgetOverride($d, getAllSets($d)));