node-red-contrib-zigbee2mqtt
Version:
Zigbee2mqtt connectivity nodes for node-red
24 lines (20 loc) • 979 B
HTML
<script type="text/x-red" data-help-name="zigbee2mqtt-bridge">
<p>Listens all <code>zigbee2mqtt/bridge/#</code> messages.</p>
<h3>Configuration</h3>
<dl class="message-properties">
<dt class="optional">Name <span class="property-type">string</span></dt><dd>Choose any name to identify your node.</dd>
<dt>Server <span class="property-type">object</span></dt><dd>Choose the zigbee2mqtt server instance to use.</dd>
</dl>
<h3>Inputs</h3>
<h5>Input</h5>
<dl class="message-properties">
<dt>payload <span class="property-type">string</span></dt><dd>mqtt message</dd>
<dt>topic<span class="property-type">string</span></dt><dd>mqtt topic</dd>
</dl>
<h3>Outputs</h3>
<h5>Output</h5>
<dl class="message-properties">
<dt>payload <span class="property-type">string</span></dt><dd>mqtt message</dd>
<dt>topic<span class="property-type">string</span></dt><dd>mqtt topic</dd>
</dl>
</script>