update request mode help text

This commit is contained in:
htmltiger 2023-06-18 02:46:53 +01:00 committed by GitHub
parent c04f66665b
commit 6a2c2d923f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,6 +66,8 @@
<li><code>msg.waitfor</code> must be a single character, escape code, or hex code. <li><code>msg.waitfor</code> must be a single character, escape code, or hex code.
If set, the node will wait until it matches that character in the stream and then start the output.</li> If set, the node will wait until it matches that character in the stream and then start the output.</li>
<li>Optionally the baudrate can be changed using <code>msg.baudrate</code></li> <li>Optionally the baudrate can be changed using <code>msg.baudrate</code></li>
<li><code>msg.disconnect</code> disconnect the serial port eg. {disconnect: true} (optional)</li>
<li><code>msg.connect</code> attempt to reconnect of the serial port after disconnect eg. {connect: true} (optional)</li>
</ul> </ul>
<h3>Outputs</h3> <h3>Outputs</h3>
<ul> <ul>