Deployed 3ab8b5a with MkDocs version: 1.6.1

This commit is contained in:
github-actions[bot]
2024-12-05 01:50:34 +00:00
parent 79a081f1e8
commit 894034eb7c
4 changed files with 47 additions and 49 deletions

View File

@@ -3913,15 +3913,8 @@ As this parameter is still experimental it can only be set manually in the <code
<p>Default Value: <code>true</code></p>
<div class="admonition warning">
<p class="admonition-title">Warning</p>
<p>This is an <strong>Expert Parameter</strong>! Only change it if you understand what it does!</p>
</div>
<p>Automatically start the Flow (Digitization Rounds) immediately after power up.</p>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>Typically this is set to <code>true</code>.
The main reasons to set it to <code>false</code> is when you want to trigger it manually using the
<a href="../REST-API">REST API</a> or <a href="../MQTT-API">MQTT-API</a> or for debugging.</p>
</div>
<p>This parameter is no longer available. The flow is now always enabled. If you want it to be disabled, set an interval which is high enough (eg. 1440 = 24h).</p>
<hr style="border:2px solid"/>
<p><a id="AutoTimer-Interval"></a></p>
<h3 id="parameter-interval"><span class="enumerate-headings-plugin enumerate-heading-plugin">1.10.2</span> Parameter <code>Interval</code></h3>
@@ -3929,7 +3922,12 @@ The main reasons to set it to <code>false</code> is when you want to trigger it
<p>Default Value: <code>5</code></p>
<p>Unit: Minutes</p>
<p>Interval in which the Flow (Digitization Round) is run.
It will run immediately on startup and then the next time after the given interval.
If a round takes longer than this interval, the next round gets postponed until the current round completes.</p>
<div class="admonition note">
<p class="admonition-title">Note</p>
</div>
<p>If you want the flow to be disabled, set an interval which is high enough (eg. 1440 = 24h).</p>
<hr style="border:2px solid"/>
<h2 id="section-datalogging"><span class="enumerate-headings-plugin enumerate-heading-plugin">1.11</span> Section <code>DataLogging</code></h2>
<p><a id="DataLogging-DataFilesRetention"></a></p>