node-red-contrib-deconz
Version:
deCONZ connectivity nodes for node-red
13 lines (12 loc) • 1.16 kB
HTML
<script type="text/x-red" 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>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><a href="https://dresden-elektronik.github.io/deconz-rest-doc/authorization/" target="_blank">https://dresden-elektronik.github.io/deconz-rest-doc/authorization/</a></dd>
<dt>WebSocket <span class="property-type">string</span></dt><dd>Connection port</dd>
<dt>Polling <span class="property-type">int</span></dt><dd>Interval in seconds, how often to request data from deconz</dd>
<dt>Magick <span class="property-type">string</span></dt><dd>Auto fetch all settings (need Internet connection)</dd>
</dl>
</script>