Site updated at 2017-01-15 17:48:29 UTC
This commit is contained in:
parent
3a2befc8da
commit
a9e8c57522
536 changed files with 12700 additions and 1884 deletions
|
@ -113,6 +113,7 @@ For more info see the PyPi module description: <a href="https://pypi.python.org/
|
|||
<span class="s">protocol</span><span class="pi">:</span> <span class="s">5</span>
|
||||
<span class="s">code_on</span><span class="pi">:</span> <span class="s">654321</span>
|
||||
<span class="s">code_off</span><span class="pi">:</span> <span class="s">654320</span>
|
||||
<span class="s">signal_repetitions</span><span class="pi">:</span> <span class="s">15</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
|
||||
|
@ -128,6 +129,7 @@ For more info see the PyPi module description: <a href="https://pypi.python.org/
|
|||
<li><strong>code_off</strong> (<em>Required</em>): Decimal code to switch the device off.</li>
|
||||
<li><strong>protocol</strong> (<em>Optional</em>): RF Protocol (Default is <code class="highlighter-rouge">1</code>).</li>
|
||||
<li><strong>pulselength</strong> (<em>Optional</em>): Pulselength (Default is the protocol default).</li>
|
||||
<li><strong>signal_repetitions</strong> (<em>Optional</em>): Number of times to repeat transmission (default is 10, can increase to try to improve reliability).</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -135,7 +137,6 @@ For more info see the PyPi module description: <a href="https://pypi.python.org/
|
|||
</ul>
|
||||
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
|
||||
|
@ -167,6 +168,9 @@ For more info see the PyPi module description: <a href="https://pypi.python.org/
|
|||
<li>
|
||||
<a href='/components/switch.acer_projector/'>Acer Projector Switch</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/switch.bbb_gpio/'>BeagleBone Black GPIO Switch</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/switch.wemo/'>Belkin WeMo Switch</a>
|
||||
</li>
|
||||
|
@ -203,6 +207,12 @@ For more info see the PyPi module description: <a href="https://pypi.python.org/
|
|||
<li>
|
||||
<a href='/components/switch.isy994/'>ISY994 Switch</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/switch.insteon_local/'>Insteon (Local) Switch</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/switch.kankun/'>Kankun SP3 Wifi Switch</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/switch.litejet/'>LiteJet Switch</a>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue