Updated mins node to use default resolve order

Should help remove issue #159
This commit is contained in:
Dave Conway-Jones
2016-01-01 14:31:55 +00:00
parent ce677d221b
commit 9e9a5e21be
3 changed files with 13 additions and 10 deletions

View File

@@ -33,13 +33,15 @@
<script type="text/x-red" data-help-name="discovery">
<p>Provides a Bonjour / Avahi / Zeroconf discovery node.</p>
<p><b>msg.payload</b> contains the service object on both arrival and leaving.</p>
<p><b>msg.state</b> contains boolean true or false depending if the service has arrived (true) or gone away (false).</p>
<p><b>msg.state</b> contains boolean <i>true</i> or <i>false</i> depending
if the service has arrived (<i>true</i>) or gone away (<i>false</i>).</p>
<p>Within the msg.payload object the most interesting things are:
<ul><li>msg.payload.name</li>
<li>msg.payload.interface</li>
<li>msg.payload.networkInterface</li>
<li>msg.payload.host</li>
<li>msg.payload.port</li>
<li>msg.payload.addresses</li>
<li>msg.payload.txtRecord</li></ul></p>
<li>msg.payload.addresses - an array</li>
<li>msg.payload.txtRecord - an object</li></ul></p>
<p>For a full list of official service types see <i><a href="http://www.dns-sd.org/ServiceTypes.html" target="_new">this list</a></i>.</p>
</script>