mirror of https://github.com/node-red/node-red.git
document close message
parent
7a3a4493da
commit
b15f8535f8
|
@ -308,6 +308,9 @@
|
||||||
<h4>Birth Message</h4>
|
<h4>Birth Message</h4>
|
||||||
<p>This is a message that will be published on the configured topic whenever the
|
<p>This is a message that will be published on the configured topic whenever the
|
||||||
connection is established.</p>
|
connection is established.</p>
|
||||||
|
<h4>Close Message</h4>
|
||||||
|
<p>This is a message that will be published on the configured topic before the
|
||||||
|
connection is closed normally, either by re-deploying the node, or by shutting down.</p>
|
||||||
<h4>Will Message</h4>
|
<h4>Will Message</h4>
|
||||||
<p>This is a message that will be published by the broker in the event the node
|
<p>This is a message that will be published by the broker in the event the node
|
||||||
unexpectedly loses its connection.</p>
|
unexpectedly loses its connection.</p>
|
||||||
|
|
Loading…
Reference in New Issue