mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
95_Dashboard: fix for device specs not working in dashboard any more
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@12251 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
a2f0a4d9ff
commit
3218d93bbc
2
CHANGED
2
CHANGED
@ -1,5 +1,7 @@
|
||||
# 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 device specs not working in dashboard any
|
||||
more.
|
||||
- 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
|
||||
|
@ -570,7 +570,7 @@ sub BuildDashboardTab($$)
|
||||
my @groupparts = split(':', $devicegroup);
|
||||
|
||||
if (@groupparts == 1) {
|
||||
my @devices = map { $_ . ':' . $_ } devspec2array($groupparts[0]);
|
||||
my @devices = map { $_ . '$$$' . $_ } devspec2array($groupparts[0]);
|
||||
push(@tabdevicegroups, @devices);
|
||||
}
|
||||
else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user