-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
69 lines (68 loc) · 2.53 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html lang="de">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>NecatiMeral - Hilfe</title>
<link rel="StyleSheet" href="./docs/default.css" type="text/css" />
</head>
<body>
<header>
<span id="headBlack">NecatiMeral Logikbausteine</span>
<span id="headGray">Hilfe</span>
</header>
<section>
<div class="contentholder">
<div class="navlinks-top"></div>
<h1>Startseite</h1>
<h2>Inhaltsverzeichnis</h2>
<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.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>
<footer>
<div id="footerHead">
NecatiMeral Logikbausteine
<span style="color: #a0a0a0">Hilfe</span>
</div>
<div id="footerNav">
<span style="float: right"
><a
href="https://github.com/NecatiMeral/gira-x1-logic-nodes"
target="_blank"
>NecatiMeral / gira-x1-logic-nodes auf GitHub</a
></span
>
</div>
</footer>
</body>
</html>