95_Dashboard: fix for yesterdays commit
git-svn-id: https://svn.fhem.de/fhem/trunk@12246 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user