From 107de106c100794a6de2ea28dd0a5ed5a13bf683 Mon Sep 17 00:00:00 2001 From: talkabout <> Date: Thu, 10 Dec 2015 19:11:22 +0000 Subject: [PATCH] 95_Dashboard: fixed local link in command ref git-svn-id: https://svn.fhem.de/fhem/trunk@10148 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/CHANGED | 1 + fhem/FHEM/95_Dashboard.pm | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/fhem/CHANGED b/fhem/CHANGED index 4ef4956da..b8656c3e5 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: fixed local link in command ref - bugfix: 10_IT: Ignore sending if dummy (Forum ID 44990) feature: 10_IT: Add functionality for setting ITClock (Forum ID 44451) - bugfix: 14_CUL_TCM97001: Fix creation of plots diff --git a/fhem/FHEM/95_Dashboard.pm b/fhem/FHEM/95_Dashboard.pm index 9ad3ed1ce..b4980e3e1 100644 --- a/fhem/FHEM/95_Dashboard.pm +++ b/fhem/FHEM/95_Dashboard.pm @@ -1099,7 +1099,7 @@ GetActiveTab ($) devspec list of devices that should appear in the tab. The format is:
GROUPNAME:devspec1,devspec2,...,devspecN:ICONNAME
THe icon name is optional. Also the group name is optional. In case of missing group name, the matching devices are not grouped but shown as separate widgets without titles. For further details on the devspec format see:
- Dev-Spec + Dev-Spec
  • dashboard_tabXicon
    @@ -1268,7 +1268,7 @@ GetActiveTab ($) devspec Liste von Geräten, die im Tab angezeigt werden sollen. Das format ist:
    GROUPNAME:devspec1,devspec2,...,devspecN:ICONNAME
    Das Icon ist optional. Auch der Gruppenname muss nicht vorhanden sein. Im Falle dass dieser fehlt, werden die gefunden Geräte nicht gruppiert sondern als einzelne Widgets im Tab angezeigt. Für weitere Details bezüglich devspec: - Dev-Spec + Dev-Spec

  • dashboard_tabXicon