fhem.pl: add setuuid (Forum #95902)
git-svn-id: https://svn.fhem.de/fhem/trunk@18310 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -67,6 +67,7 @@
|
||||
<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="#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 -->
|
||||
@@ -1297,6 +1298,17 @@ The following local attributes are used by a wider range of devices:
|
||||
</ul>
|
||||
<!-- setstate end -->
|
||||
|
||||
<a name="setuuid"></a>
|
||||
<h3>setuuid</h3>
|
||||
<ul>
|
||||
<code>setuuid <device> <uuid></code>
|
||||
<br><br>
|
||||
System command, used to set the FUUID internal value.
|
||||
Not intended to be used by an end user.
|
||||
</ul>
|
||||
<!-- setstate end -->
|
||||
|
||||
|
||||
<a name="shutdown"></a>
|
||||
<h3>shutdown</h3>
|
||||
<ul>
|
||||
|
||||
Reference in New Issue
Block a user