mirror of
https://github.com/jomjol/AI-on-the-edge-device-docs.git
synced 2025-12-08 20:46:54 +03:00
Deployed ac2bf04 with MkDocs version: 1.6.1
This commit is contained in:
@@ -847,13 +847,15 @@
|
|||||||
<p>Only MQTT v3.1.1 is supported.</p>
|
<p>Only MQTT v3.1.1 is supported.</p>
|
||||||
</div>
|
</div>
|
||||||
<p>The MQTT service has to be enabled and configured properly in the device configuration via web interface (<code>Settings</code> -> <code>Configuration</code> -> section <code>MQTT</code>)</p>
|
<p>The MQTT service has to be enabled and configured properly in the device configuration via web interface (<code>Settings</code> -> <code>Configuration</code> -> section <code>MQTT</code>)</p>
|
||||||
<p>The following parameters have to be defined:
|
<p>The following parameters have to be defined:</p>
|
||||||
* URI
|
<ul>
|
||||||
* MainTopic (optional, if not set, the hostname is used)
|
<li>URI</li>
|
||||||
* ClientID (optional, if not set, <code>AIOTED-</code> + the MAC address gets used to make sure the ID is unique)
|
<li>MainTopic (optional, if not set, the hostname is used)</li>
|
||||||
* User (optional)
|
<li>ClientID (optional, if not set, <code>AIOTED-</code> + the MAC address gets used to make sure the ID is unique)</li>
|
||||||
* Password (optional)
|
<li>User (optional)</li>
|
||||||
* RetainFlag (optional)</p>
|
<li>Password (optional)</li>
|
||||||
|
<li>RetainFlag (optional)</li>
|
||||||
|
</ul>
|
||||||
<h2 id="published-topics"><span class="enumerate-headings-plugin enumerate-heading-plugin">1.1</span> Published topics</h2>
|
<h2 id="published-topics"><span class="enumerate-headings-plugin enumerate-heading-plugin">1.1</span> Published topics</h2>
|
||||||
<h3 id="status"><span class="enumerate-headings-plugin enumerate-heading-plugin">1.1.1</span> Status</h3>
|
<h3 id="status"><span class="enumerate-headings-plugin enumerate-heading-plugin">1.1.1</span> Status</h3>
|
||||||
<p>The following overhead data are available under the main topic (i.e. <code>watermeter</code>):</p>
|
<p>The following overhead data are available under the main topic (i.e. <code>watermeter</code>):</p>
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user