Skip to content

Commit

Permalink
Deploying to gh-pages from @ smarthomeNG/plugins@f81d767 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
psilo909 committed Jan 2, 2024
1 parent f1a91ef commit 633d77f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 111 deletions.
4 changes: 2 additions & 2 deletions _sources/plugins/mvg_live/README.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ for result in results:
line_string += '<div style="background-color: #fff; width: 120px; ">%s %s</div></td></tr>' % (datetime.fromtimestamp(result['time']).strftime("%H:%M"),calculated_delay) #calculated_delay)
html_string += line_string
i = i + 1
if i == 7:
break
if i == 7:
break

html_string += '</table>'
sh.general.travel_info.mvg_station.search.result(html_string)
Expand Down
52 changes: 2 additions & 50 deletions _sources/plugins_doc/config/mvg_live.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ Plugin Functions
Das Plugin verfügt über folgende öffentliche Funktionen, die z.B. in Logiken aufgerufen werden können.


get_station_departures(station, timeoffset, entries, ubahn, tram, bus, sbahn)
=============================================================================
get_station_departures(station)
===============================


Gibt ein Array von DICTs mit Infos Verkehrverbindungen der Münchner Verkehrsbetriebe (MVG) zurück. Keys: 'productsymbol', 'product', 'linesymbol', 'time', 'direction', 'linename', 'productsymbolurl', 'linesymbolurl', 'destination'.
Expand All @@ -98,52 +98,4 @@ Name der Haltestelle. Schauen Sie auf der MVG live Webseite nach gültigen Namen
- Datentyp: **str**


timeoffset
----------

Keine Verbindungen in weniger als dieser Zeitdauer anzeigen. Sinnvoll, wenn man einige Minuten von der Haltstelle entfernt ist. Default: 0

- Datentyp: **int**


entries
-------

Anzahl der Einträge, die geholt werden sollen. Default: 10

- Datentyp: **int**


ubahn
-----

Falls 'False', keine U-Bahn Abfahrtzeiten anzeigen. Default: True.

- Datentyp: **bool**


tram
----

Falls 'False', keine Tram Abfahrtzeiten anzeigen. Default: True.

- Datentyp: **bool**


bus
---

Falls 'False', keine Bus Abfahrtzeiten anzeigen. Default: True.

- Datentyp: **bool**


sbahn
-----

Falls 'False', keine S-Bahn Abfahrtzeiten anzeigen. Default: True.

- Datentyp: **bool**


.. [#f1] Diese Seite wurde aus den Metadaten des Plugins erzeugt. Für den Fall, dass diese Seite nicht alle benötigten Informationen enthält, bitte auf die englischsprachige :doc:`README Datei <../../plugins/mvg_live/README>` des Plugins zugreifen.
4 changes: 2 additions & 2 deletions plugins/mvg_live/README.html
Original file line number Diff line number Diff line change
Expand Up @@ -5458,8 +5458,8 @@ <h3>mvg.py<a class="headerlink" href="#mvg-py" title="Permalink to this heading"
line_string += &#39;<span class="p">&lt;</span><span class="nt">div</span> <span class="na">style</span><span class="o">=</span><span class="s">&quot;background-color: #fff; width: 120px; &quot;</span><span class="p">&gt;</span>%s %s<span class="p">&lt;/</span><span class="nt">div</span><span class="p">&gt;&lt;/</span><span class="nt">td</span><span class="p">&gt;&lt;/</span><span class="nt">tr</span><span class="p">&gt;</span>&#39; % (datetime.fromtimestamp(result[&#39;time&#39;]).strftime(&quot;%H:%M&quot;),calculated_delay) #calculated_delay)
html_string += line_string
i = i + 1
if i == 7:
break
if i == 7:
break

html_string += &#39;<span class="p">&lt;/</span><span class="nt">table</span><span class="p">&gt;</span>&#39;
sh.general.travel_info.mvg_station.search.result(html_string)
Expand Down
58 changes: 2 additions & 56 deletions plugins_doc/config/mvg_live.html
Original file line number Diff line number Diff line change
Expand Up @@ -5403,8 +5403,8 @@ <h1>Logik Parameter<a class="headerlink" href="#logik-parameter" title="Permalin
<section id="plugin-functions">
<h1>Plugin Functions<a class="headerlink" href="#plugin-functions" title="Permalink to this heading"></a></h1>
<p>Das Plugin verfügt über folgende öffentliche Funktionen, die z.B. in Logiken aufgerufen werden können.</p>
<section id="get-station-departures-station-timeoffset-entries-ubahn-tram-bus-sbahn">
<h2>get_station_departures(station, timeoffset, entries, ubahn, tram, bus, sbahn)<a class="headerlink" href="#get-station-departures-station-timeoffset-entries-ubahn-tram-bus-sbahn" title="Permalink to this heading"></a></h2>
<section id="get-station-departures-station">
<h2>get_station_departures(station)<a class="headerlink" href="#get-station-departures-station" title="Permalink to this heading"></a></h2>
<p>Gibt ein Array von DICTs mit Infos Verkehrverbindungen der Münchner Verkehrsbetriebe (MVG) zurück. Keys: ‚productsymbol‘, ‚product‘, ‚linesymbol‘, ‚time‘, ‚direction‘, ‚linename‘, ‚productsymbolurl‘, ‚linesymbolurl‘, ‚destination‘.</p>
<blockquote>
<div><ul class="simple">
Expand All @@ -5419,60 +5419,6 @@ <h3>station<a class="headerlink" href="#station" title="Permalink to this headin
<li><p>Datentyp: <strong>str</strong></p></li>
</ul>
</div></blockquote>
</section>
<section id="timeoffset">
<h3>timeoffset<a class="headerlink" href="#timeoffset" title="Permalink to this heading"></a></h3>
<p>Keine Verbindungen in weniger als dieser Zeitdauer anzeigen. Sinnvoll, wenn man einige Minuten von der Haltstelle entfernt ist. Default: 0</p>
<blockquote>
<div><ul class="simple">
<li><p>Datentyp: <strong>int</strong></p></li>
</ul>
</div></blockquote>
</section>
<section id="entries">
<h3>entries<a class="headerlink" href="#entries" title="Permalink to this heading"></a></h3>
<p>Anzahl der Einträge, die geholt werden sollen. Default: 10</p>
<blockquote>
<div><ul class="simple">
<li><p>Datentyp: <strong>int</strong></p></li>
</ul>
</div></blockquote>
</section>
<section id="ubahn">
<h3>ubahn<a class="headerlink" href="#ubahn" title="Permalink to this heading"></a></h3>
<p>Falls ‚False‘, keine U-Bahn Abfahrtzeiten anzeigen. Default: True.</p>
<blockquote>
<div><ul class="simple">
<li><p>Datentyp: <strong>bool</strong></p></li>
</ul>
</div></blockquote>
</section>
<section id="tram">
<h3>tram<a class="headerlink" href="#tram" title="Permalink to this heading"></a></h3>
<p>Falls ‚False‘, keine Tram Abfahrtzeiten anzeigen. Default: True.</p>
<blockquote>
<div><ul class="simple">
<li><p>Datentyp: <strong>bool</strong></p></li>
</ul>
</div></blockquote>
</section>
<section id="bus">
<h3>bus<a class="headerlink" href="#bus" title="Permalink to this heading"></a></h3>
<p>Falls ‚False‘, keine Bus Abfahrtzeiten anzeigen. Default: True.</p>
<blockquote>
<div><ul class="simple">
<li><p>Datentyp: <strong>bool</strong></p></li>
</ul>
</div></blockquote>
</section>
<section id="sbahn">
<h3>sbahn<a class="headerlink" href="#sbahn" title="Permalink to this heading"></a></h3>
<p>Falls ‚False‘, keine S-Bahn Abfahrtzeiten anzeigen. Default: True.</p>
<blockquote>
<div><ul class="simple">
<li><p>Datentyp: <strong>bool</strong></p></li>
</ul>
</div></blockquote>
<aside class="footnote-list brackets">
<aside class="footnote brackets" id="f1" role="note">
<span class="label"><span class="fn-bracket">[</span><a role="doc-backlink" href="#id1">1</a><span class="fn-bracket">]</span></span>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit 633d77f

Please sign in to comment.