mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 04:36:36 +00:00
95_Dashboard: fixed local link in command ref
git-svn-id: https://svn.fhem.de/fhem/trunk@10148 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
fc45c415e2
commit
107de106c1
@ -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
|
||||
|
@ -1099,7 +1099,7 @@ GetActiveTab ($)
|
||||
devspec list of devices that should appear in the tab. The format is:<br/>
|
||||
GROUPNAME:devspec1,devspec2,...,devspecN:ICONNAME</br/>
|
||||
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:<br/>
|
||||
<a href="http://192.168.20.20:8083/fhem/docs/commandref.html#devspec">Dev-Spec</a>
|
||||
<a href="#devspec">Dev-Spec</a>
|
||||
</li><br>
|
||||
<a name="dashboard_tabXicon"></a>
|
||||
<li>dashboard_tabXicon<br>
|
||||
@ -1268,7 +1268,7 @@ GetActiveTab ($)
|
||||
devspec Liste von Geräten, die im Tab angezeigt werden sollen. Das format ist:<br/>
|
||||
GROUPNAME:devspec1,devspec2,...,devspecN:ICONNAME</br/>
|
||||
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:
|
||||
<a href="http://192.168.20.20:8083/fhem/docs/commandref.html#devspec">Dev-Spec</a>
|
||||
<a href="#devspec">Dev-Spec</a>
|
||||
</li><br>
|
||||
<a name="dashboard_tabXicon"></a>
|
||||
<li>dashboard_tabXicon<br>
|
||||
|
Loading…
x
Reference in New Issue
Block a user