Update api.html

This commit is contained in:
Nick O'Leary 2015-08-28 16:52:21 +01:00
parent dc732c64aa
commit 5c0007ca73

View File

@ -366,13 +366,12 @@ void setup() {
</dd> </dd>
<dt><code>MQTT_KEEPALIVE</code></dt> <dt><code>MQTT_KEEPALIVE</code></dt>
<dd>Sets the keepalive interval, in seconds, the client will use. This <dd>Sets the keepalive interval, in seconds, the client will use. This
is used to maintain the connection when no other packets are being<br /> is used to maintain the connection when no other packets are being
sent or received.</p> sent or received.</p>
<p>Default: 15 seconds</p> <p>Default: 15 seconds</p>
</dd> </dd>
<dt><code>MQTT_VERSION</code></dt> <dt><code>MQTT_VERSION</code></dt>
<dd>Sets the version of the MQTT protocol to use. This defaults to interval, in seconds, the client will use. This is used to maintain the connection when no other packets are being<br /> <dd>Sets the version of the MQTT protocol to use.</p>
sent or received.</p>
<p>Default: MQTT 3.1.1</p> <p>Default: MQTT 3.1.1</p>
</dd> </dd>
</dl> </dl>