node-red-contrib-deconz
Version:
deCONZ connectivity nodes for node-red
19 lines (18 loc) • 789 B
HTML
<script type="text/html" data-help-name="deconz-event">
<p>This node listens for messages sent from your deconz.</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>
</dl>
<h3>Outputs</h3>
<h5>Raw output</h5>
<dl class="message-properties">
<dt>msg.payload <span class="property-type">object</span></dt>
<dd>full data of event</dd>
<dt>msg.meta <span class="property-type">object</span></dt>
<dd>full data the device related to the event</dd>
</dl>
</script>