2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-08 05:15:10 +00:00

01_FHEMWEB: add group info for module specific summaryFn

git-svn-id: https://svn.fhem.de/fhem/trunk@7211 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2014-12-14 14:19:25 +00:00
parent 20d9f5fddc
commit 1c4b5026ac

View File

@ -1329,6 +1329,7 @@ FW_showRoom()
}
$row++;
$extPage{group} = $g;
my ($allSets, $cmdlist, $txt) = FW_devState($d, $rf, \%extPage);
$allSets = FW_widgetOverride($d, $allSets);
@ -1376,6 +1377,7 @@ FW_showRoom()
lc(AttrVal($b, "sortby", AttrVal($b,"alias",$b))) }
@atEnds) {
no strict "refs";
$extPage{group} = "atEnd";
FW_pO &{$modules{$defs{$d}{TYPE}}{FW_summaryFn}}($FW_wname, $d,
$FW_room, \%extPage);
use strict "refs";