mirror of
https://github.com/jomjol/AI-on-the-edge-device-docs.git
synced 2025-12-08 12:36:54 +03:00
Deployed 93d2e6f with MkDocs version: 1.4.2
This commit is contained in:
@@ -233,6 +233,12 @@
|
||||
</li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="#section-postprocessing">Section PostProcessing</a>
|
||||
<ul>
|
||||
<li class="toctree-l3"><a class="reference internal" href="#parameter-allownegativerates">Parameter AllowNegativeRates</a>
|
||||
</li>
|
||||
<li class="toctree-l3"><a class="reference internal" href="#parameter-checkdigitincreaseconsistency">Parameter CheckDigitIncreaseConsistency</a>
|
||||
</li>
|
||||
<li class="toctree-l3"><a class="reference internal" href="#parameter-errormessage">Parameter ErrorMessage</a>
|
||||
</li>
|
||||
<li class="toctree-l3"><a class="reference internal" href="#parameter-numberallownegativerates">Parameter <NUMBER>.AllowNegativeRates</a>
|
||||
</li>
|
||||
<li class="toctree-l3"><a class="reference internal" href="#parameter-numberanalogdigitaltransitionstart">Parameter <NUMBER>.AnalogDigitalTransitionStart</a>
|
||||
@@ -249,12 +255,6 @@
|
||||
</li>
|
||||
<li class="toctree-l3"><a class="reference internal" href="#parameter-numbersallownegativerates">Parameter <NUMBERS>.AllowNegativeRates</a>
|
||||
</li>
|
||||
<li class="toctree-l3"><a class="reference internal" href="#parameter-allownegativerates">Parameter AllowNegativeRates</a>
|
||||
</li>
|
||||
<li class="toctree-l3"><a class="reference internal" href="#parameter-checkdigitincreaseconsistency">Parameter CheckDigitIncreaseConsistency</a>
|
||||
</li>
|
||||
<li class="toctree-l3"><a class="reference internal" href="#parameter-errormessage">Parameter ErrorMessage</a>
|
||||
</li>
|
||||
<li class="toctree-l3"><a class="reference internal" href="#parameter-prevalueagestartup">Parameter PreValueAgeStartup</a>
|
||||
</li>
|
||||
<li class="toctree-l3"><a class="reference internal" href="#parameter-prevalueuse">Parameter PreValueUse</a>
|
||||
@@ -476,6 +476,9 @@ For backwards compatibility, this did not get changed.</p>
|
||||
</ul>
|
||||
<p><a href="#postprocessing">PostProcessing</a></p>
|
||||
<ul>
|
||||
<li><a href="#PostProcessing-AllowNegativeRates"><code>AllowNegativeRates</code></a></li>
|
||||
<li><a href="#PostProcessing-CheckDigitIncreaseConsistency"><code>CheckDigitIncreaseConsistency</code></a></li>
|
||||
<li><a href="#PostProcessing-ErrorMessage"><code>ErrorMessage</code></a></li>
|
||||
<li><a href="#PostProcessing-NUMBER.AllowNegativeRates"><code>NUMBER.AllowNegativeRates</code></a></li>
|
||||
<li><a href="#PostProcessing-NUMBER.AnalogDigitalTransitionStart"><code>NUMBER.AnalogDigitalTransitionStart</code></a></li>
|
||||
<li><a href="#PostProcessing-NUMBER.DecimalShift"><code>NUMBER.DecimalShift</code></a></li>
|
||||
@@ -484,9 +487,6 @@ For backwards compatibility, this did not get changed.</p>
|
||||
<li><a href="#PostProcessing-NUMBER.MaxRateType"><code>NUMBER.MaxRateType</code></a></li>
|
||||
<li><a href="#PostProcessing-NUMBER.MaxRateValue"><code>NUMBER.MaxRateValue</code></a></li>
|
||||
<li><a href="#PostProcessing-NUMBERS.AllowNegativeRates"><code>NUMBERS.AllowNegativeRates</code></a></li>
|
||||
<li><a href="#PostProcessing-AllowNegativeRates"><code>AllowNegativeRates</code></a></li>
|
||||
<li><a href="#PostProcessing-CheckDigitIncreaseConsistency"><code>CheckDigitIncreaseConsistency</code></a></li>
|
||||
<li><a href="#PostProcessing-ErrorMessage"><code>ErrorMessage</code></a></li>
|
||||
<li><a href="#PostProcessing-PreValueAgeStartup"><code>PreValueAgeStartup</code></a></li>
|
||||
<li><a href="#PostProcessing-PreValueUse"><code>PreValueUse</code></a></li>
|
||||
</ul>
|
||||
@@ -1131,6 +1131,34 @@ This parameter can also be set on the Reference Image configuration.</p>
|
||||
<hr style="border:2px solid">
|
||||
|
||||
<h2 id="section-postprocessing">Section <code>PostProcessing</code></h2>
|
||||
<p><a id=PostProcessing-AllowNegativeRates></a></p>
|
||||
<h3 id="parameter-allownegativerates">Parameter <code>AllowNegativeRates</code></h3>
|
||||
<p>Default Value: <code>false</code></p>
|
||||
<p>Please fill me with an explanation and useful links</p>
|
||||
<hr style="border:2px solid">
|
||||
|
||||
<p><a id=PostProcessing-CheckDigitIncreaseConsistency></a></p>
|
||||
<h3 id="parameter-checkdigitincreaseconsistency">Parameter <code>CheckDigitIncreaseConsistency</code></h3>
|
||||
<p>Default Value: <code>false</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>An additional consistency check.
|
||||
It especially improves the zero crossing check between digits.</p>
|
||||
<hr style="border:2px solid">
|
||||
|
||||
<p><a id=PostProcessing-ErrorMessage></a></p>
|
||||
<h3 id="parameter-errormessage">Parameter <code>ErrorMessage</code></h3>
|
||||
<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>Do not show error message in return value.
|
||||
In an error case, the last valid number will be used for the various transmission protocols (MQTT, InfluxDB, REST, ...).</p>
|
||||
<hr style="border:2px solid">
|
||||
|
||||
<p><a id=PostProcessing-NUMBER.AllowNegativeRates></a></p>
|
||||
<h3 id="parameter-numberallownegativerates">Parameter <code><NUMBER>.AllowNegativeRates</code></h3>
|
||||
<p>Default Value: <code>false</code></p>
|
||||
@@ -1191,34 +1219,6 @@ as rate normalized to the interval (<code>RateChange</code> = change/minute).</p
|
||||
</div>
|
||||
<hr style="border:2px solid">
|
||||
|
||||
<p><a id=PostProcessing-AllowNegativeRates></a></p>
|
||||
<h3 id="parameter-allownegativerates">Parameter <code>AllowNegativeRates</code></h3>
|
||||
<p>Default Value: <code>false</code></p>
|
||||
<p>Please fill me with an explanation and useful links</p>
|
||||
<hr style="border:2px solid">
|
||||
|
||||
<p><a id=PostProcessing-CheckDigitIncreaseConsistency></a></p>
|
||||
<h3 id="parameter-checkdigitincreaseconsistency">Parameter <code>CheckDigitIncreaseConsistency</code></h3>
|
||||
<p>Default Value: <code>false</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>An additional consistency check.
|
||||
It especially improves the zero crossing check between digits.</p>
|
||||
<hr style="border:2px solid">
|
||||
|
||||
<p><a id=PostProcessing-ErrorMessage></a></p>
|
||||
<h3 id="parameter-errormessage">Parameter <code>ErrorMessage</code></h3>
|
||||
<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>Do not show error message in return value.
|
||||
In an error case, the last valid number will be used for the various transmission protocols (MQTT, InfluxDB, REST, ...).</p>
|
||||
<hr style="border:2px solid">
|
||||
|
||||
<p><a id=PostProcessing-PreValueAgeStartup></a></p>
|
||||
<h3 id="parameter-prevalueagestartup">Parameter <code>PreValueAgeStartup</code></h3>
|
||||
<p>Default Value: <code>720</code></p>
|
||||
|
||||
Reference in New Issue
Block a user