Skip to content

Commit

Permalink
Fix meltem docs in index (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
NecatiMeral authored Nov 11, 2024
1 parent 8b2891f commit 15a0e37
Showing 1 changed file with 31 additions and 6 deletions.
37 changes: 31 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,39 @@
<section>
<div class="contentholder">
<div class="navlinks-top"></div>
<h1>
Startseite
</h1>
<h1>Startseite</h1>
<h2>Inhaltsverzeichnis</h2>
<img src="KeyValueNode.png" alt="" class="description" />
<ul>
<li><a href="./dotnet/src/NecatiMeral.Logic.ComfortOnline/help/ComfortOnlineRequestNode.html">ComfortOnline Eingang</a></li>
<li><a href="./dotnet/src/NecatiMeral.Logic.Common/help/KeyValueNode.html">Schlüssel-Wert-Auswahl</a></li>
<li>
<a
href="./dotnet/src/NecatiMeral.Logic.ComfortOnline/help/ComfortOnlineRequestNode.html"
>ComfortOnline Eingang</a
>
</li>
<li>
<a
href="./dotnet/src/NecatiMeral.Logic.Common/help/KeyValueNode.html"
>Schlüssel-Wert-Auswahl</a
>
</li>
<li>
<a
href="./dotnet/src/NecatiMeral.Logic.Meltem/help/GetDeviceInfoNode.html"
>Meltem - Gerätedaten abrufen</a
>
</li>
<li>
<a
href="./dotnet/src/NecatiMeral.Logic.Meltem/help/GetVentilationNode.html"
>Meltem - Lüfterstufe abfragen</a
>
</li>
<li>
<a
href="./dotnet/src/NecatiMeral.Logic.Meltem/help/SetVentilationNode.html"
>Meltem - Lüfterstufe setzen</a
>
</li>
</ul>
</div>
</section>
Expand Down

0 comments on commit 15a0e37

Please sign in to comment.