mirror of
https://github.com/jomjol/AI-on-the-edge-device-docs.git
synced 2025-12-07 12:07:01 +03:00
Deployed 8ab965e with MkDocs version: 1.4.2
This commit is contained in:
@@ -350,11 +350,8 @@
|
||||
<ul>
|
||||
<li>
|
||||
<h4 id="ctrlflow_start">ctrl/flow_start</h4>
|
||||
<p>Trigger a flow start by publishing to this topic</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Payload:</p>
|
||||
<ul>
|
||||
Trigger a flow start by publishing to this topic<ul>
|
||||
<li>Payload:</li>
|
||||
<li>any character</li>
|
||||
<li>length > 0</li>
|
||||
</ul>
|
||||
@@ -362,11 +359,11 @@
|
||||
<li>
|
||||
<h4 id="ctrlset_prevalue">ctrl/set_prevalue</h4>
|
||||
<p>Set the last valid value (previous value) to given value or the actual RAW value. Payload needs to be provided in JSON notation.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Payload:</p>
|
||||
<ul>
|
||||
<li>Set to given value (value >= 0): <code>{"numbersname": "main", "value": 12345.67890}</code></li>
|
||||
<li>Payload:</li>
|
||||
<li>
|
||||
<p>Set to given value (value >= 0): <code>{"numbersname": "main", "value": 12345.67890}</code></p>
|
||||
<ul>
|
||||
<li>"numbersname": Provide name of number sequence, e.g. <code>"main"</code> </li>
|
||||
<li>
|
||||
<p>"value": provide the value to be set</p>
|
||||
@@ -378,6 +375,8 @@
|
||||
<li>"value": Provide any negative number</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user