diff --git a/fhem/CHANGED b/fhem/CHANGED index a2db57826..185d51cef 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -1,5 +1,6 @@ # Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # Do not insert empty lines here, update check depends on it. + - bugfix: 95_Dashboard: fix for yesterdays commit. - feature: readingsGroup: allow grouping of similar readings from one device 14_SD_WS09.pm WH1080 CRC-Berechung angepaßt--> automatische Modelauswahl - feature: 00_SIGNALduino: nonblocking communication, improved init diff --git a/fhem/FHEM/95_Dashboard.pm b/fhem/FHEM/95_Dashboard.pm index 30d281a2a..bdc5cdf18 100644 --- a/fhem/FHEM/95_Dashboard.pm +++ b/fhem/FHEM/95_Dashboard.pm @@ -596,7 +596,7 @@ sub BuildDashboardTab($$) if (@index > 0) { for (my $j=0; $j<@index;$j++) { my $groupname = @groups[$index[$j]]; - $groupname .= '$$$' . 'group=' . $groupname; + $groupname .= '$$$' . 'a:group=' . $groupname; if (@stabgroup > 1) { $groupname .= '$$$' . $stabgroup[1]; }