usb create added

git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@1148 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2011-12-28 19:21:19 +00:00
parent 6ae1240322
commit 72231bc98f
8 changed files with 184 additions and 27 deletions

View File

@@ -55,6 +55,7 @@
<a href="#sleep">sleep</a> &nbsp;
<a href="#trigger">trigger</a> &nbsp;
<a href="#updatefhem">updatefhem</a> &nbsp;
<a href="#usb">usb</a> &nbsp;
<a href="#xmllist">xmllist</a> &nbsp;
</ul>
@@ -6979,16 +6980,36 @@ href="http://www.elv.de/output/controller.aspx?cid=74&detail=10&detail2=29870">U
</ul>
<br>
<a name="createlog"></a>
<b>createlog</b>
<ul>
Use this command to manually add a FileLog and a weblink to an existing
device. E.g. if a HomeMatic device is created automatically by something
else then a pairing message, the model is unknown, so no plots will be
generated. You can set the model/subtype attribute manually, and then call
createlog to add the corresponding logs. </ul> <br>
Use this command to manually add a FileLog and a weblink to an existing
device. E.g. if a HomeMatic device is created automatically by something
else then a pairing message, the model is unknown, so no plots will be
generated. You can set the model/subtype attribute manually, and then call
createlog to add the corresponding logs.<br><br>
This command is part of the autocreate module.
</ul>
<br>
<a name="usb"></a>
<b>usb</b>
<ul>
Usage:
<ul><code>
usb scan<br>
usb create<br>
</code></ul>
This command will scan the /dev directory for attached USB devices, and
will try to identify them. With the argument scan you'll get back a list
of fhem commands to execute, with the argument create there will be no
feedback, and the devices will be created instead.<br><br> This command
is part of the autocreate module.
</ul>
</ul> <!-- End of autocreate -->
<br>
</ul>
<a name="average"></a>
<h3>average</h3>