mirror of
https://github.com/jomjol/AI-on-the-edge-device-docs.git
synced 2025-12-08 04:27:02 +03:00
Deployed a1fb806 with MkDocs version: 1.4.2
This commit is contained in:
@@ -194,6 +194,8 @@
|
||||
<ul>
|
||||
<li class="toctree-l4"><a class="reference internal" href="#ctrlflow_start">ctrl/flow_start</a>
|
||||
</li>
|
||||
<li class="toctree-l4"><a class="reference internal" href="#ctrlset_prevalue">ctrl/set_prevalue</a>
|
||||
</li>
|
||||
<li class="toctree-l4"><a class="reference internal" href="#gpiogpiopinnumber_1">GPIO/GPIO{PinNumber}</a>
|
||||
</li>
|
||||
</ul>
|
||||
@@ -348,12 +350,29 @@
|
||||
<ul>
|
||||
<li>
|
||||
<h4 id="ctrlflow_start">ctrl/flow_start</h4>
|
||||
<p>Trigger a flow start by publishing to this topic (any character, length > 0)</p>
|
||||
</li>
|
||||
Trigger a flow start by publishing to this topic</li>
|
||||
</ul>
|
||||
<p>Payload:
|
||||
1. any character, length > 0</p>
|
||||
<ul>
|
||||
<li>
|
||||
<h4 id="ctrlset_prevalue">ctrl/set_prevalue</h4>
|
||||
Set the last valid value (previous value) to given value or the actual RAW value. Payload needs to be provided in JSON notation.</li>
|
||||
</ul>
|
||||
<p>Payload:
|
||||
1. Set to given value (value >= 0): <code>{"numbersname": "main", "value": 12345.67890}</code></p>
|
||||
<pre><code> 1. "numbersname": Provide name of number sequence, e.g. `"main"`
|
||||
2. "value": provide the value to be set
|
||||
|
||||
2. Set to actual RAW value (value < 0, a valid RAW value is mandatory): `{"numbersname": "main", "value": -1}`
|
||||
|
||||
1. "numbersname": Provide name of number sequence, e.g. `"main"`
|
||||
2. "value": Provide any negative number
|
||||
</code></pre>
|
||||
<ul>
|
||||
<li>
|
||||
<h4 id="gpiogpiopinnumber_1">GPIO/GPIO{PinNumber}</h4>
|
||||
<p>Depending on device configuration (<code>Settings</code> --> <code>Configuration</code> --> section <code>GPIO</code>)</p>
|
||||
</li>
|
||||
Depending on device configuration (<code>Settings</code> --> <code>Configuration</code> --> section <code>GPIO</code>)</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user