node-red-contrib-spruthub
Version:
Sprut.hub connectivity nodes for node-red
21 lines (17 loc) • 1.21 kB
HTML
<script type="text/x-red" data-help-name="spruthub-out">
<p>Send command to your accessory.</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>Sprut.hub <span class="property-type">object</span></dt><dd>Choose instance to use</dd>
<dt>Accessory <span class="property-type">string</span></dt><dd>Select accessories to listen to. Leave empty to use msg.topic (string or array)</dd>
<!-- <dt class="optional">Show hidden accessories <span class="property-type">boolean</span></dt><dd></dd>-->
<dt class="optional">Enable multiple select <span class="property-type">boolean</span></dt><dd></dd>
<dt>Payload <span class="property-type">string or object</span></dt><dd>Select your payload data source</dd>
<!-- <dt class="optional">RBE <span class="property-type">boolean</span></dt><dd>Check current value in MQTT and send if it is different from payload</dd>-->
</dl>
<h3>SprutHub Payload</h3>
<ul>
<li><b>Toggle:</b> change value between 0 and 1</li>
</ul>
</script>