Site updated at 2017-07-28 19:17:02 UTC

This commit is contained in:
Travis CI 2017-07-28 19:17:02 +00:00
parent 269aa1cb2b
commit 47403925bf
28 changed files with 45 additions and 45 deletions

View file

@ -87,7 +87,7 @@
<li><strong>host</strong> (<em>Optional</em>): The IP or hostname of the flic service server. Defaults to <code class="highlighter-rouge">localhost</code>.</li>
<li><strong>port</strong> (<em>Optional</em>): The port of the flic service. Defaults to <code class="highlighter-rouge">5551</code>.</li>
<li><strong>discovery</strong> (<em>Optional</em>): If <code class="highlighter-rouge">true</code> then the component is configured to constantly scan for new buttons. Defaults to <code class="highlighter-rouge">true</code>.</li>
<li><strong>ignored_click_types</strong>: List of click types whose occurrence should not trigger a <code class="highlighter-rouge">flic_click</code> event. For example <code class="highlighter-rouge">single</code>, <code class="highlighter-rouge">double</code>.</li>
<li><strong>ignored_click_types</strong>: List of click types whose occurrence should not trigger a <code class="highlighter-rouge">flic_click</code> event. Click types are <code class="highlighter-rouge">single</code>, <code class="highlighter-rouge">double</code>, and <code class="highlighter-rouge">hold</code>.</li>
<li><strong>timeout</strong> (<em>Optional</em>): Maximum time in seconds an event can be queued locally on a button before discarding the event. Defaults to 3.</li>
</ul>
<h4><a class="title-link" name="discovery" href="#discovery"></a> Discovery</h4>