Deployed a1fb806 with MkDocs version: 1.4.2

This commit is contained in:
github-actions[bot]
2023-03-31 08:06:50 +00:00
parent b68c9b7377
commit 1938890dfd
4 changed files with 62 additions and 43 deletions

View File

@@ -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 &gt; 0)</p>
</li>
Trigger a flow start by publishing to this topic</li>
</ul>
<p>Payload:
1. any character, length &gt; 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 &gt;= 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 &lt; 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> --&gt; <code>Configuration</code> --&gt; section <code>GPIO</code>)</p>
</li>
Depending on device configuration (<code>Settings</code> --&gt; <code>Configuration</code> --&gt; section <code>GPIO</code>)</li>
</ul>
</div>