mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Updated mins node to use default resolve order
Should help remove issue #159
This commit is contained in:
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user