Site updated at 2017-04-08 09:11:28 UTC

This commit is contained in:
Travis CI 2017-04-08 09:11:28 +00:00
parent b8515c8efc
commit a5496d5862
24 changed files with 39 additions and 39 deletions

View file

@ -91,7 +91,7 @@
<li><strong>devices</strong> (<em>Optional</em>): A list of devices with their name to use in the frontend.</li>
<li><strong>device_defaults</strong>: (<em>Optional</em>)
<ul>
<li><strong>fire_event_</strong> (<em>Optional</em>): Set default <code class="highlighter-rouge">fire_event</code> for RFLink switch devices (see below).</li>
<li><strong>fire_event</strong> (<em>Optional</em>): Set default <code class="highlighter-rouge">fire_event</code> for RFLink switch devices (see below).</li>
<li><strong>signal_repetitions</strong> (<em>Optional</em>): Set default <code class="highlighter-rouge">signal_repetitions</code> for RFLink switch devices (see below).</li>
</ul>
</li>
@ -100,7 +100,7 @@
<ul>
<li><strong>name</strong> (<em>Optional</em>): Name for the device, defaults to RFLink ID.</li>
<li><strong>aliasses</strong> (<em>Optional</em>): Alternative RFLink IDs this device is known by.</li>
<li><strong>fire_event_</strong> (<em>Optional</em>): Fire an <code class="highlighter-rouge">button_pressed</code> event if this device is turned on or off (default: False).</li>
<li><strong>fire_event</strong> (<em>Optional</em>): Fire an <code class="highlighter-rouge">button_pressed</code> event if this device is turned on or off (default: False).</li>
<li><strong>signal_repetitions</strong> (<em>Optional</em>): Repeat every RFLink command this number of times (default: 1)</li>
</ul>
<h3><a class="title-link" name="switch-state" href="#switch-state"></a> Switch state</h3>