Site updated at 2017-12-19 17:28:59 UTC

This commit is contained in:
Travis CI 2017-12-19 17:28:59 +00:00
parent 18882fc0bd
commit 4b882eca8c
27 changed files with 69 additions and 69 deletions

View file

@ -146,15 +146,15 @@ After installation you are presented with a default and example configuration, t
<p><code class="highlighter-rouge">"function":"list-devices"</code>: Alternative devices/sensors listing: Shows devices and/or sensors using key=value format (with tabs as separators, one device/sensor per line, no header lines.)</p>
</li>
<li>
<p><code class="highlighter-rouge">"function":"on":"device":"x"</code>: Turns on device. x could either be an integer of the device-id, or the name of the device.</p>
<p><code class="highlighter-rouge">"function":"on","device":"x"</code>: Turns on device. x could either be an integer of the device-id, or the name of the device.</p>
</li>
<li>
<p><code class="highlighter-rouge">"function":"off":"device":"x"</code>: Turns off device. x could either be an integer of the device-id, or the name of the device.</p>
<p><code class="highlighter-rouge">"function":"off","device":"x"</code>: Turns off device. x could either be an integer of the device-id, or the name of the device.</p>
</li>
<li>
<p><code class="highlighter-rouge">"function":"bell":"device":"x"</code>: Sends bell command to devices supporting this. x could either be an integer of the device-id, or the name of the device.</p>
<p><code class="highlighter-rouge">"function":"bell","device":"x"</code>: Sends bell command to devices supporting this. x could either be an integer of the device-id, or the name of the device.</p>
</li>
<li><code class="highlighter-rouge">"function":"learn":"device":"x"</code>: Sends a special learn command to devices supporting this. This is normaly devices of selflearning type. x could either be an integer of the device-id, or the name of the device.</li>
<li><code class="highlighter-rouge">"function":"learn","device":"x"</code>: Sends a special learn command to devices supporting this. This is normaly devices of selflearning type. x could either be an integer of the device-id, or the name of the device.</li>
</ul>
</article>
</div>