01_FHEMWEB.pm: extraRooms from justme1968 (Forum #97351)
git-svn-id: https://svn.fhem.de/fhem/trunk@18627 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -67,7 +67,8 @@
|
||||
<a href="#setdefaultattr">setdefaultattr</a> <!-- define a default attribute -->
|
||||
<a href="#setreading">setreading</a> <!-- set a reading for a FHEM device -->
|
||||
<a href="#setstate">setstate</a> <!-- set the main state of a FHEM device -->
|
||||
<a href="#setuuid">setuuid</a> <!-- set the FUUID internal -->
|
||||
<a href="#setuuid">setuuid</a> <!-- set the FUUID internal -->
|
||||
<a href="#show">show</a> <!-- show temporary room (FHEMWEN only) -->
|
||||
<a href="#shutdown">shutdown</a> <!-- shut down (terminate) FHEM -->
|
||||
<a href="#sleep">sleep</a> <!-- sleep (delay execution) for a while -->
|
||||
<a href="#trigger">trigger</a> <!-- generate a FHEM event -->
|
||||
@@ -1308,6 +1309,21 @@ The following local attributes are used by a wider range of devices:
|
||||
</ul>
|
||||
<!-- setstate end -->
|
||||
|
||||
<a name="show"></a>
|
||||
<h3>show</h3>
|
||||
<ul>
|
||||
<code>show <devspec></code>
|
||||
<br><br>
|
||||
show a temporary room with devices from <devspec>. The command ist only
|
||||
available through FHEMWEB.<br> See the <a href="#devspec">Device
|
||||
specification</a> section for details on <devspec>.
|
||||
<br><br>
|
||||
Example:
|
||||
<ul>
|
||||
<code>show TYPE=CUL_HM</code><br>
|
||||
</ul>
|
||||
</ul>
|
||||
<!-- show end -->
|
||||
|
||||
<a name="shutdown"></a>
|
||||
<h3>shutdown</h3>
|
||||
|
||||
Reference in New Issue
Block a user