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:
rudolfkoenig
2019-02-18 08:14:24 +00:00
parent bb93c71b14
commit 351b1971fb
3 changed files with 94 additions and 23 deletions

View File

@@ -67,7 +67,8 @@
<a href="#setdefaultattr">setdefaultattr</a> &nbsp; <!-- define a default attribute -->
<a href="#setreading">setreading</a> &nbsp; <!-- set a reading for a FHEM device -->
<a href="#setstate">setstate</a> &nbsp; <!-- set the main state of a FHEM device -->
<a href="#setuuid">setuuid</a> &nbsp; <!-- set the FUUID internal -->
<a href="#setuuid">setuuid</a> &nbsp; <!-- set the FUUID internal -->
<a href="#show">show</a> &nbsp; <!-- show temporary room (FHEMWEN only) -->
<a href="#shutdown">shutdown</a> &nbsp; <!-- shut down (terminate) FHEM -->
<a href="#sleep">sleep</a> &nbsp; <!-- sleep (delay execution) for a while -->
<a href="#trigger">trigger</a> &nbsp; <!-- 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 &lt;devspec&gt;</code>
<br><br>
show a temporary room with devices from &lt;devspec&gt;. The command ist only
available through FHEMWEB.<br> See the <a href="#devspec">Device
specification</a> section for details on &lt;devspec&gt;.
<br><br>
Example:
<ul>
<code>show TYPE=CUL_HM</code><br>
</ul>
</ul>
<!-- show end -->
<a name="shutdown"></a>
<h3>shutdown</h3>