Skip to content

Commit

Permalink
Deploying to gh-pages from @ smarthomeNG/plugins@858a3b7 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
onkelandy committed Aug 17, 2024
1 parent 58298e2 commit 443bf3c
Show file tree
Hide file tree
Showing 7 changed files with 89 additions and 36 deletions.
57 changes: 42 additions & 15 deletions _sources/plugins_doc/config/pioneer.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,21 +106,6 @@ Anzahl Datenbits
- Standardwert: **8**


command_class
=============


Klasse für Verarbeitung von Kommandos

- Datentyp: **str**
- Standardwert: **SDPCommandParseStr**

- Mögliche Werte:

- **SDPCommand**
- **SDPCommandParseStr**


conn_type
=========

Expand Down Expand Up @@ -156,6 +141,16 @@ Anzahl Verbindungsversuche
- Standardwert: **5**


delay_initial_read
==================


Warte nach Verbindungsaufbau mit dem Abfragen von Werten

- Datentyp: **num**
- Standardwert: **0**


host
====

Expand Down Expand Up @@ -213,6 +208,15 @@ Port für Netzwerkverbindung
- Standardwert: **8102**


resume_initial_read
===================


Bei resume vom Plugin erstmaliges Lesen erneut durchführen

- Datentyp: **bool**


retry_cycle
===========

Expand All @@ -233,6 +237,29 @@ Anzahl von Durchgängen vor Verbindungsabbruch oder Suspend-Modus
- Standardwert: **3**


send_retries
============


Anzahl Sendeversuche
Kommt keine (passende) Antwort nach dem Senden eines Commands zurück, wird das Kommando nochmals gesendet, sofern der Wert über 0 liegt.

- Datentyp: **num**
- Standardwert: **0**


sendretry_cycle
===============


Pause zwischen Durchgängen von Sendeversuchen
Sind Send Retries aktiv, wird ein Scheduler erstellt, der im angegebenen Sekundentakt Kommandos erneut sendet, zu denen keine (passenden) Antworten erhalten wurden.

- Datentyp: **num**
- Standardwert: **1**

- Minimalwert: **1**

serialport
==========

Expand Down
2 changes: 1 addition & 1 deletion _sources/plugins_doc/plugins_all.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@
| | | | | |
| | | Plugin Typ: **protocol** | | |
+-------------------------------------------------------------------+----------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------------+-----------------+
| :doc:`pioneer <config/pioneer>` | v1.0.2 | | OnkelAndy | Morg |
| :doc:`pioneer <config/pioneer>` | v1.0.3 | | OnkelAndy | Morg |
| | | | | |
| | | | | |
| | | . | | |
Expand Down
2 changes: 1 addition & 1 deletion _sources/plugins_doc/plugins_interface.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@
| | | | | |
| | | Plugin Status: **develop** | | |
+-------------------------------------------------------------------+----------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------------+-----------------+
| :doc:`pioneer <config/pioneer>` | v1.0.2 | | OnkelAndy | Morg |
| :doc:`pioneer <config/pioneer>` | v1.0.3 | | OnkelAndy | Morg |
| | | | | |
| | | | | |
| | | . | | |
Expand Down
58 changes: 42 additions & 16 deletions plugins_doc/config/pioneer.html
Original file line number Diff line number Diff line change
Expand Up @@ -5743,22 +5743,6 @@ <h2>bytesize<a class="headerlink" href="#bytesize" title="Permalink to this head
</ul>
</div></blockquote>
</section>
<section id="command-class">
<h2>command_class<a class="headerlink" href="#command-class" title="Permalink to this heading"></a></h2>
<p>Klasse für Verarbeitung von Kommandos</p>
<blockquote>
<div><ul class="simple">
<li><p>Datentyp: <strong>str</strong></p></li>
<li><p>Standardwert: <strong>SDPCommandParseStr</strong></p></li>
<li><p>Mögliche Werte:</p>
<ul>
<li><p><strong>SDPCommand</strong></p></li>
<li><p><strong>SDPCommandParseStr</strong></p></li>
</ul>
</li>
</ul>
</div></blockquote>
</section>
<section id="conn-type">
<h2>conn_type<a class="headerlink" href="#conn-type" title="Permalink to this heading"></a></h2>
<p>Verbindungstyp</p>
Expand Down Expand Up @@ -5795,6 +5779,16 @@ <h2>connect_retries<a class="headerlink" href="#connect-retries" title="Permalin
</ul>
</div></blockquote>
</section>
<section id="delay-initial-read">
<h2>delay_initial_read<a class="headerlink" href="#delay-initial-read" title="Permalink to this heading"></a></h2>
<p>Warte nach Verbindungsaufbau mit dem Abfragen von Werten</p>
<blockquote>
<div><ul class="simple">
<li><p>Datentyp: <strong>num</strong></p></li>
<li><p>Standardwert: <strong>0</strong></p></li>
</ul>
</div></blockquote>
</section>
<section id="host">
<h2>host<a class="headerlink" href="#host" title="Permalink to this heading"></a></h2>
<p>Netzwerkziel/-host</p>
Expand Down Expand Up @@ -5854,6 +5848,15 @@ <h2>port<a class="headerlink" href="#port" title="Permalink to this heading">
</ul>
</div></blockquote>
</section>
<section id="resume-initial-read">
<h2>resume_initial_read<a class="headerlink" href="#resume-initial-read" title="Permalink to this heading"></a></h2>
<p>Bei resume vom Plugin erstmaliges Lesen erneut durchführen</p>
<blockquote>
<div><ul class="simple">
<li><p>Datentyp: <strong>bool</strong></p></li>
</ul>
</div></blockquote>
</section>
<section id="retry-cycle">
<h2>retry_cycle<a class="headerlink" href="#retry-cycle" title="Permalink to this heading"></a></h2>
<p>Pause zwischen Durchgängen von Verbindungsversuchen</p>
Expand All @@ -5874,6 +5877,29 @@ <h2>retry_suspend<a class="headerlink" href="#retry-suspend" title="Permalink to
</ul>
</div></blockquote>
</section>
<section id="send-retries">
<h2>send_retries<a class="headerlink" href="#send-retries" title="Permalink to this heading"></a></h2>
<p>Anzahl Sendeversuche
Kommt keine (passende) Antwort nach dem Senden eines Commands zurück, wird das Kommando nochmals gesendet, sofern der Wert über 0 liegt.</p>
<blockquote>
<div><ul class="simple">
<li><p>Datentyp: <strong>num</strong></p></li>
<li><p>Standardwert: <strong>0</strong></p></li>
</ul>
</div></blockquote>
</section>
<section id="sendretry-cycle">
<h2>sendretry_cycle<a class="headerlink" href="#sendretry-cycle" title="Permalink to this heading"></a></h2>
<p>Pause zwischen Durchgängen von Sendeversuchen
Sind Send Retries aktiv, wird ein Scheduler erstellt, der im angegebenen Sekundentakt Kommandos erneut sendet, zu denen keine (passenden) Antworten erhalten wurden.</p>
<blockquote>
<div><ul class="simple">
<li><p>Datentyp: <strong>num</strong></p></li>
<li><p>Standardwert: <strong>1</strong></p></li>
<li><p>Minimalwert: <strong>1</strong></p></li>
</ul>
</div></blockquote>
</section>
<section id="serialport">
<h2>serialport<a class="headerlink" href="#serialport" title="Permalink to this heading"></a></h2>
<p>Serieller Anschluss (z.B. /dev/ttyUSB0 oder COM1)</p>
Expand Down
2 changes: 1 addition & 1 deletion plugins_doc/plugins_all.html
Original file line number Diff line number Diff line change
Expand Up @@ -6782,7 +6782,7 @@
<td><p>n/a</p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="config/pioneer.html"><span class="doc">pioneer</span></a></p></td>
<td><p>v1.0.2</p></td>
<td><p>v1.0.3</p></td>
<td><p>.</p>
<p>Plugin Typ: <strong>interface</strong></p>
<p>Plugin Status: <strong>develop</strong></p>
Expand Down
2 changes: 1 addition & 1 deletion plugins_doc/plugins_interface.html
Original file line number Diff line number Diff line change
Expand Up @@ -6154,7 +6154,7 @@
<td><p>Morg</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="config/pioneer.html"><span class="doc">pioneer</span></a></p></td>
<td><p>v1.0.2</p></td>
<td><p>v1.0.3</p></td>
<td><p>.</p>
<p>Plugin Status: <strong>develop</strong></p>
</td>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit 443bf3c

Please sign in to comment.