Skip to content

Commit

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


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


Klasse für Verarbeitung von Kommandos

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

- Mögliche Werte:

- **SDPCommand**
- **SDPCommandStr**
- **SDPCommandParseStr**
- **SDPCommandJSON**
- **SDPCommandViessmann**


conn_type
=========


Verbindungstyp

- Datentyp: **str**

- Mögliche Werte:

-
- **net_tcp_request**
- **net_tcp_client**
- **net_tcp_jsonrpc**
- **net_udp_server**
- **serial**
- **serial_async**


connect_cycle
=============

Expand All @@ -163,6 +126,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 @@ -214,6 +187,15 @@ Port für Netzwerkverbindung
- Standardwert: **23**


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


Bei resume vom Plugin erstmaliges Lesen erneut durchführen

- Datentyp: **bool**


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

Expand All @@ -234,6 +216,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 @@ -817,7 +817,7 @@
| | | | | |
| | | Plugin Status: **deprecated** | | |
+-------------------------------------------------------------------+----------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------------+-----------------+
| :doc:`oppo <config/oppo>` | v1.0.0 | | OnkelAndy | Morg |
| :doc:`oppo <config/oppo>` | v1.0.1 | | 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 @@ -317,7 +317,7 @@
| | | | | |
| | | . | | |
+-------------------------------------------------------------------+----------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------------+-----------------+
| :doc:`oppo <config/oppo>` | v1.0.0 | | OnkelAndy | Morg |
| :doc:`oppo <config/oppo>` | v1.0.1 | | OnkelAndy | Morg |
| | | | | |
| | | | | |
| | | . | | |
Expand Down
81 changes: 42 additions & 39 deletions plugins_doc/config/oppo.html
Original file line number Diff line number Diff line change
Expand Up @@ -5743,45 +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>SDPCommandStr</strong></p></li>
<li><p><strong>SDPCommandParseStr</strong></p></li>
<li><p><strong>SDPCommandJSON</strong></p></li>
<li><p><strong>SDPCommandViessmann</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>
<blockquote>
<div><ul class="simple">
<li><p>Datentyp: <strong>str</strong></p></li>
<li><p>Mögliche Werte:</p>
<ul>
<li></li>
<li><p><strong>net_tcp_request</strong></p></li>
<li><p><strong>net_tcp_client</strong></p></li>
<li><p><strong>net_tcp_jsonrpc</strong></p></li>
<li><p><strong>net_udp_server</strong></p></li>
<li><p><strong>serial</strong></p></li>
<li><p><strong>serial_async</strong></p></li>
</ul>
</li>
</ul>
</div></blockquote>
</section>
<section id="connect-cycle">
<h2>connect_cycle<a class="headerlink" href="#connect-cycle" title="Permalink to this heading"></a></h2>
<p>Pause zwischen Verbindungsversuchen</p>
Expand All @@ -5802,6 +5763,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 @@ -5855,6 +5826,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 @@ -5875,6 +5855,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 @@ -6761,7 +6761,7 @@
onkelandy, Morg</p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="config/oppo.html"><span class="doc">oppo</span></a></p></td>
<td><p>v1.0.0</p></td>
<td><p>v1.0.1</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 @@ -6146,7 +6146,7 @@
<td><p>aschwith</p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="config/oppo.html"><span class="doc">oppo</span></a></p></td>
<td><p>v1.0.0</p></td>
<td><p>v1.0.1</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 44d2a73

Please sign in to comment.