node-red-contrib-zigbee2mqtt
Version:
Zigbee2mqtt connectivity nodes for node-red
24 lines (20 loc) • 1.03 kB
HTML
<script type="text/x-red" data-help-name="zigbee2mqtt-bridge">
<p>Počúva všetky správy <code>zigbee2mqtt/bridge/#</code>.</p>
<h3>Konfigurácia</h3>
<dl class="message-properties">
<dt class="optional">Meno <span class="property-type">reťazec</span></dt><dd>Vyberte akékoľvek meno na identifikáciu vášho uzla.</dd>
<dt>Server <span class="property-type">objekt</span></dt><dd>Vyberte inštanciu servera zigbee2mqtt, ktorú chcete použiť.</dd>
</dl>
<h3>Vstupy</h3>
<h5>Vstup</h5>
<dl class="message-properties">
<dt>payload <span class="property-type">reťazec</span></dt><dd>mqtt správa</dd>
<dt>topic <span class="property-type">reťazec</span></dt><dd>mqtt téma</dd>
</dl>
<h3>Výstupy</h3>
<h5>Výstup</h5>
<dl class="message-properties">
<dt>payload <span class="property-type">reťazec</span></dt><dd>mqtt správa</dd>
<dt>topic <span class="property-type">reťazec</span></dt><dd>mqtt téma</dd>
</dl>
</script>