2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 03:06:37 +00:00

95_Dashboard: V3.10.1, added FW_hideDisplayName, Forum #88727

git-svn-id: https://svn.fhem.de/fhem/trunk@16920 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2018-06-29 12:01:56 +00:00
parent cea4aaa520
commit 96ab9bb19e
3 changed files with 17 additions and 10 deletions

View File

@ -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.
- change: 95_Dashboard: V3.10.1, added FW_hideDisplayName, Forum #88727
- change: 98_feels_like.pm: Improved algorithms
New attribute "sensorType"
minor bugfixes

View File

@ -62,6 +62,10 @@
# Minor improvements in javascript and css.
# 3.10: added attribute dashboard_tabXdevices, which can contain devspec definitions and thus allow to also shown not grouped devices
#
# ---- Changes by DS_Starter ----
# 3.10.1 29.06.2018 added FW_hideDisplayName, Forum #88727
#
#
# Known Bugs/Todos:
# BUG: Nicht alle Inhalte aller Tabs laden, bei Plots dauert die bedienung des Dashboards zu lange. -> elemente hidden? -> widgets aus js über XHR nachladen und dann anzeigen (jquery xml nachladen...)
# BUG: Variabler abstand wird nicht gesichert
@ -116,7 +120,7 @@ my %group;
my $dashboard_groupListfhem;
my $fwjquery = "jquery.min.js";
my $fwjqueryui = "jquery-ui.min.js";
my $dashboardversion = "3.10";
my $dashboardversion = "3.10.1";
#############################################################################################
sub Dashboard_Initialize ($) {
@ -292,6 +296,7 @@ sub Dashboard_define ($$) {
my $now = time();
my $name = $hash->{NAME};
$hash->{VERSION} = $dashboardversion;
readingsSingleUpdate( $hash, "state", "Initialized", 0 );
RemoveInternalTimer($hash);
@ -814,6 +819,7 @@ sub BuildGroup
$icon = FW_makeImage($icon,$icon,"icon dashboard_groupicon") . " " if($icon);
$devName="" if($modules{$defs{$d}{TYPE}}{FW_hideDisplayName}); # Forum 88667
if (!$modules{$defs{$d}{TYPE}}{FW_atPageEnd}) { # Don't show Link for "atEnd"-devices
$ret .= FW_pH "detail=$d", "$icon$devName", 1, "col1", 1;
}

View File

@ -402,7 +402,7 @@ FHEM/95_Astro.pm pahenning Unterstützende Dienste
FHEM/95_Babble.pm pahenning Unterstützende Dienste
FHEM/95_PostMe.pm pahenning Unterstützende Dienste
FHEM/95_YAAHM.pm pahenning Unterstützende Dienste
FHEM/95_Dashboard.pm svenson08 Frontends
FHEM/95_Dashboard.pm DS_Starter/orphan Frontends
FHEM/95_PachLog.pm rudolfkoenig/orphan Sonstiges
FHEM/95_holiday.pm rudolfkoenig Sonstiges
FHEM/95_remotecontrol.pm ulimaass Frontends