node-red-contrib-deconz
Version:
deCONZ connectivity nodes for node-red
24 lines • 1.48 kB
HTML
<script type="text/html" data-help-name="deconz-server">
<h3>Configuration</h3>
<dl class="message-properties">
<dt class="optional">Name <span class="property-type">string</span></dt>
<dd>Provide a custom name for this node.</dd>
<dt>Magick <span class="property-type">string</span></dt>
<dd>Auto fetch all settings (need Internet connection)</dd>
<dt>IP-address <span class="property-type">string</span></dt>
<dd>IP-address of your deconz instance. Example: <code>127.0.0.1</code> or <code>192.168.1.100</code></dd>
<dt>Port <span class="property-type">string</span></dt>
<dd>Port of your deconz instance. Example: <code>80</code></dd>
<dt>API Key <span class="property-type">string</span></dt>
<dd>The API key used for requests. Check this <a
href="https://dresden-elektronik.github.io/deconz-rest-doc/getting_started/#acquire-an-api-key"
target="_blank">link</a> for details on how to get an API key.
</dd>
<dt>WebSocket <span class="property-type">string</span></dt>
<dd>Connection port</dd>
<dt>SSL <span class="property-type">boolean</span></dt>
<dd>Use https instead of http for api request. Note : Deconz currently do not support https requests.</dd>
<dt>Polling <span class="property-type">int</span></dt>
<dd>Interval in seconds, how often to request data from deconz</dd>
</dl>
</script>