Deployed ac2bf04 with MkDocs version: 1.6.1

This commit is contained in:
github-actions[bot]
2025-04-16 18:58:15 +00:00
parent 171031de0a
commit 9996a8e8ad
2 changed files with 10 additions and 8 deletions

View File

@@ -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> -&gt; <code>Configuration</code> -&gt; 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> -&gt; <code>Configuration</code> -&gt; 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