Skip to content

Commit

Permalink
homekit ready
Browse files Browse the repository at this point in the history
  • Loading branch information
andreypopov committed Jun 16, 2019
1 parent c6fcec1 commit 6f08da9
Show file tree
Hide file tree
Showing 8 changed files with 333 additions and 87 deletions.
16 changes: 12 additions & 4 deletions deconz.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,18 @@
<li><b>Device:</b> Select channel to listen to.</li>
<li><b>State:</b> The node indicates the connection status to deconz via a status indicator and affects payload.</li>
</ul>
<b>Output</b><br>
<ul>
<li>The <code>msg.payload</code> contains message</li>
</ul>

<h3>Outputs</h3>
<h5>Raw output</h5>
<dl class="message-properties">
<dt>payload <span class="property-type">string or object</span></dt>
<dd>New state of the selected device.</dd>
</dl>
<h5>Homekit output</h5>
<dl class="message-properties">
<dt>payload <span class="property-type">object</span></dt>
<dd>Object formatted for homekit node</dd>
</dl>
</script>


Expand Down
Loading

0 comments on commit 6f08da9

Please sign in to comment.