Timer commands

git-svn-id: https://svn.fhem.de/fhem/trunk@789 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2011-01-02 19:43:09 +00:00
parent 58bf1a138c
commit c6116838b6
2 changed files with 82 additions and 20 deletions

View File

@@ -2207,13 +2207,24 @@ A line ending with \ will be concatenated with the next one, so long lines
++A001F1000012345601080801\
++A001F100001234560106<pre>
</li>
<li>reset<br>
Factory reset the device. You need to pair it again to use it.
</li>
<li>pair<br>
Pair the device again with its known serialNumber
</li>
<li>statusRequest<br>
Send a statusRequest to the device.
</li>
</ul>
subType (i.e family) dependent commands:
<ul>
<li>switch
<ul>
<li>on - set the switch on</li>
<li>on [forSec] - set the switch on</li>
<li>off - set the switch off</li>
<li>toggle - toggle the switch.</li>
</ul></li>
<li>dimmer, blindActuator
<ul>