1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00

Corrected error in power level (#217)

This commit is contained in:
Nathanaël Lécaudé 2016-06-29 13:32:50 -03:00 committed by Dave Conway-Jones
parent 14cfbf7b0b
commit 648d6438b1

View File

@ -134,7 +134,7 @@
<p>You can also preset the URL, in which case the node does not require any input.</p>
<p>In <strong>UID mode</strong> this node can take the 10 bytes namespace (as an HEX string) as <code>msg.payload</code>
and the 6 bytes instance (as an HEX string) as <code>msg.topic</code>.
<p>The config window will allow you to set the powerlevel (-30 to 100 db) and the TLM count and period values.</p>
<p>The config window will allow you to set the powerlevel (-100 to 20 dbm) and the TLM count and period values.</p>
<p>TLM stands for telemetry data and is a type of packet sent alongside the main packet that provides diagnostics information.
The count and period determine the ratio of TLM packets sent versus normal packets.
A period of 10 and a count of 2 means that 2 TLM packets are sent for each 10 advertisements.</p>