Site updated at 2017-01-28 23:51:21 UTC
This commit is contained in:
parent
c266a3ed25
commit
017e728923
553 changed files with 10016 additions and 2343 deletions
|
@ -101,8 +101,6 @@
|
|||
<span class="s">pins</span><span class="pi">:</span>
|
||||
<span class="s">11</span><span class="pi">:</span>
|
||||
<span class="s">name</span><span class="pi">:</span> <span class="s">Fan</span>
|
||||
<span class="s">12</span><span class="pi">:</span>
|
||||
<span class="s">name</span><span class="pi">:</span> <span class="s">Light Desk</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
|
||||
|
@ -115,8 +113,6 @@
|
|||
<span class="s">name</span><span class="pi">:</span> <span class="s">Office</span>
|
||||
<span class="s">functions</span><span class="pi">:</span>
|
||||
<span class="s">function1</span><span class="pi">:</span>
|
||||
<span class="s">name</span><span class="pi">:</span>
|
||||
<span class="s">function2</span><span class="pi">:</span>
|
||||
<span class="s">name</span><span class="pi">:</span> <span class="s">Light Desk</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
|
@ -126,7 +122,7 @@
|
|||
<ul>
|
||||
<li><strong>resource</strong> (<em>Required</em>): IP address and schema of the device that is exposing an aREST API, eg. http://192.168.1.10 (no-trailing slash)</li>
|
||||
<li><strong>name</strong> (<em>Optional</em>): Let you overwrite the the name of the device. By default <em>name</em> from the device is used.</li>
|
||||
<li><strong>pins</strong> array (<em>Required</em>): An array with all used pins.
|
||||
<li><strong>pins</strong> array (<em>Optional</em>): An array with all used pins.
|
||||
<ul>
|
||||
<li><strong>name</strong> (<em>Required</em>): The name of the pin to use in the frontend.</li>
|
||||
</ul>
|
||||
|
@ -136,7 +132,7 @@
|
|||
<p>or</p>
|
||||
|
||||
<ul>
|
||||
<li><strong>functions</strong> array (<em>Required</em>): An array with all used functions.
|
||||
<li><strong>functions</strong> array (<em>Optional</em>): An array with all used functions.
|
||||
<ul>
|
||||
<li><strong>name</strong> (<em>Required</em>): The name to use in the frontend.</li>
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue