Skip to content

Commit a82fb98

Browse files
author
Daisuke Baba
committed
Update help content
1 parent 4848c16 commit a82fb98

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/locales/en-US/generic-ble.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,12 @@ <h3>Inputs</h3>
2525
<dt>For <code>Connect</code> operation:</dt>
2626
<dd>
2727
In order to connect a peripheral device, set <code>msg.topic</code> to <code>connect</code>.
28+
<code>msg.payload</code> is always ignored.
2829
</dd>
2930
<dt>For <code>Disonnect</code> operation:</dt>
3031
<dd>
3132
In order to disconnect a peripheral device, set <code>msg.topic</code> to <code>disconnect</code>.
33+
<code>msg.payload</code> is always ignored.
3234
</dd>
3335
<dt>For <code>Read</code> operation:</dt>
3436
<dd>
@@ -92,10 +94,12 @@ <h3>Inputs</h3>
9294
<dt>For <code>Connect</code> operation:</dt>
9395
<dd>
9496
In order to connect a peripheral device, set <code>msg.topic</code> to <code>connect</code>.
97+
<code>msg.payload</code> is always ignored.
9598
</dd>
9699
<dt>For <code>Disonnect</code> operation:</dt>
97100
<dd>
98101
In order to disconnect a peripheral device, set <code>msg.topic</code> to <code>disconnect</code>.
102+
<code>msg.payload</code> is always ignored.
99103
</dd>
100104
</p>
101105
</script>

0 commit comments

Comments
 (0)