Skip to content

Commit

Permalink
Deploying to gh-pages from @ smarthomeNG/plugins@28beff4 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Morg42 committed Aug 17, 2024
1 parent b59827c commit 42c1756
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 6 deletions.
19 changes: 19 additions & 0 deletions _sources/plugins_doc/config/kodi.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,16 @@ Anzahl Verbindungsversuche
- Standardwert: **5**


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


Verzögerung für das erstmalige Lesen beim Start (in Sekunden)

- Datentyp: **num**
- Standardwert: **10**


host
====

Expand Down Expand Up @@ -180,6 +190,15 @@ Protokolltyp für Verbindung
- **jsonrpc**


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


Bei resume vom Plugin erstmaliges Lesen erneut durchführen

- Datentyp: **bool**


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

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 @@ -589,7 +589,7 @@
| | | | | |
| | | Plugin Typ: **gateway** | | |
+-------------------------------------------------------------------+----------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------------+-----------------+
| :doc:`kodi <config/kodi>` | v1.7.2 | | Morg | OnkelAndy |
| :doc:`kodi <config/kodi>` | v1.7.3 | | Morg | OnkelAndy |
| | | | | |
| | | | | |
| | | . | | |
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 @@ -229,7 +229,7 @@
| | | - `kathrein zusätzliche Infos <https://github.com/smarthomeNG/smarthome/Kathrein/Readme.md>`_ | | |
| | | - `kathrein Unterstützung <https://knx-user-forum.de/forum/supportforen/smarthome-py>`_ | | |
+-------------------------------------------------------------------+----------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------------+-----------------+
| :doc:`kodi <config/kodi>` | v1.7.2 | | Morg | OnkelAndy |
| :doc:`kodi <config/kodi>` | v1.7.3 | | Morg | OnkelAndy |
| | | | | |
| | | | | |
| | | . | | |
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
19 changes: 19 additions & 0 deletions plugins_doc/config/kodi.html
Original file line number Diff line number Diff line change
Expand Up @@ -5765,6 +5765,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>Verzögerung für das erstmalige Lesen beim Start (in Sekunden)</p>
<blockquote>
<div><ul class="simple">
<li><p>Datentyp: <strong>num</strong></p></li>
<li><p>Standardwert: <strong>10</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 @@ -5820,6 +5830,15 @@ <h2>protocol<a class="headerlink" href="#protocol" title="Permalink to this head
</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 Down
2 changes: 1 addition & 1 deletion plugins_doc/plugins_all.html
Original file line number Diff line number Diff line change
Expand Up @@ -6419,7 +6419,7 @@
brandst</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="config/kodi.html"><span class="doc">kodi</span></a></p></td>
<td><p>v1.7.2</p></td>
<td><p>v1.7.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 @@ -6011,7 +6011,7 @@
waldmeister68</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="config/kodi.html"><span class="doc">kodi</span></a></p></td>
<td><p>v1.7.2</p></td>
<td><p>v1.7.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 42c1756

Please sign in to comment.