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