Skip to content

Commit

Permalink
Deploying to gh-pages from @ smarthomeNG/plugins@0e2c273 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
onkelandy committed Aug 17, 2024
1 parent 902c07e commit 58298e2
Show file tree
Hide file tree
Showing 4 changed files with 104 additions and 33 deletions.
66 changes: 51 additions & 15 deletions _sources/plugins_doc/config/denon.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 @@ -211,6 +206,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 @@ -231,6 +235,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 Expand Up @@ -350,6 +377,15 @@ Legt fest, dass der Wert beim Start vom Gerät gelesen wird
- Datentyp: **bool**


denon_readafterwrite
====================


Konfiguriert eine Verzögerung, nach der der Lesebefehl im Anschluss an einen Schreibbefehl gesendet werden soll.

- Datentyp: **num**


denon_write
===========

Expand Down
2 changes: 1 addition & 1 deletion entwicklung/core/core_shng.html
Original file line number Diff line number Diff line change
Expand Up @@ -5688,7 +5688,7 @@ <h2>smarthome.py<a class="headerlink" href="#smarthome-py" title="Permalink to t
the main oject, which is an instance of this class. Mostly it is referred to as <code class="docutils literal notranslate"><span class="pre">sh</span></code>, <code class="docutils literal notranslate"><span class="pre">_sh</span></code> or <code class="docutils literal notranslate"><span class="pre">smarthome</span></code>.</p>
<dl class="py attribute">
<dt class="sig sig-object py" id="lib.smarthome.SmartHome.BASE">
<span class="sig-name descname"><span class="pre">BASE</span></span><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre">'/home/runner/work/smarthome/smarthome/smarthomeng'</span></em><a class="headerlink" href="#lib.smarthome.SmartHome.BASE" title="Link zu dieser Definition"></a></dt>
<span class="sig-name descname"><span class="pre">BASE</span></span><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre">'/home/runner/work/plugins/plugins/smarthomeng'</span></em><a class="headerlink" href="#lib.smarthome.SmartHome.BASE" title="Link zu dieser Definition"></a></dt>
<dd></dd></dl>

<dl class="py method">
Expand Down
67 changes: 51 additions & 16 deletions plugins_doc/config/denon.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 @@ -5852,6 +5846,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 @@ -5872,6 +5875,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 Expand Up @@ -5987,6 +6013,15 @@ <h2>denon_read_initial<a class="headerlink" href="#denon-read-initial" title="Pe
</ul>
</div></blockquote>
</section>
<section id="denon-readafterwrite">
<h2>denon_readafterwrite<a class="headerlink" href="#denon-readafterwrite" title="Permalink to this heading"></a></h2>
<p>Konfiguriert eine Verzögerung, nach der der Lesebefehl im Anschluss an einen Schreibbefehl gesendet werden soll.</p>
<blockquote>
<div><ul class="simple">
<li><p>Datentyp: <strong>num</strong></p></li>
</ul>
</div></blockquote>
</section>
<section id="denon-write">
<h2>denon_write<a class="headerlink" href="#denon-write" title="Permalink to this heading"></a></h2>
<p>Änderung des Items werden an das Gerät gesendet</p>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit 58298e2

Please sign in to comment.