node-red-contrib-deconz
Version:
deCONZ connectivity nodes for node-red
20 lines (18 loc) • 1.22 kB
HTML
<script type="text/x-red" data-help-name="deconz-get">
<link rel="stylesheet" href="deconz/static/css/common.css" type="text/css" />
<p>Get current state of device or group.</p>
<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>Server <span class="property-type">object</span></dt><dd>Choose the deconz server instance to use.</dd>
<dt>Device <span class="property-type">string</span></dt><dd>Select device to listen to.</dd>
<dt class="optional">State <span class="property-type">string</span></dt><dd>The node indicates the connection status to deconz via a status indicator and affects payload.</dd>
</dl>
<h3>Outputs</h3>
<h5>Raw output</h5>
<dl class="message-properties">
<dt>payload <span class="property-type">string or object</span></dt><dd>Complete data or chosen state parameter.</dd>
<dt>payload_in <span class="property-type">string or object</span></dt><dd>Input payload.</dd>
<dt>meta<span class="property-type">object</span></dt><dd>Full device or group data.</dd>
</dl>
</script>