Skip to content

Commit e60509f

Browse files
author
Marko Oldenburg
committed
docs: fix unbalanced p
1 parent aafeea4 commit e60509f

File tree

2 files changed

+25
-24
lines changed

2 files changed

+25
-24
lines changed

FHEM/59_Weather.pm

+21-20
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ __END__
7474
<h3>Weather</h3>
7575
<ul>
7676
Note: you need the JSON perl module. Use <code>apt-get install
77-
libjson-perl</code> on Debian and derivatives.<p><p>
77+
libjson-perl</code> on Debian and derivatives.<p></p>
7878
7979
The Weather module works with various weather APIs:
8080
<ul>
@@ -105,12 +105,12 @@ __END__
105105
<tr><td><code>lang</code></td><td>language of the forecast: <code>de</code>,
106106
<code>en</code>, <code>pl</code>, <code>fr</code>, <code>it</code> or <code>nl</code></td></tr>
107107
</table>
108-
<p>
108+
<p></p>
109109
110110
A very simple definition is:<br><br>
111111
<code>define &lt;name&gt; Weather apikey=&lt;DarkSkyAPISecretKey&gt;</code><br><br>
112112
This uses the Dark Sky API with an individual key that you need to
113-
retrieve from the Dark Sky web site.<p><p>
113+
retrieve from the Dark Sky web site.<p></p>
114114
115115
Examples:
116116
<pre>
@@ -120,9 +120,9 @@ __END__
120120
</pre>
121121
122122
123-
API-specific documentation follows.<p>
123+
API-specific documentation follows.<p></p>
124124
125-
<h4>Dark Sky</h4><p>
125+
<h4>Dark Sky</h4><p></p>
126126
127127
<table>
128128
<tr><td>API</td><td><code>DarkSkyAPI</code></td></tr>
@@ -133,9 +133,9 @@ __END__
133133
weather is forecast; if missing, the values of the attributes
134134
of the <code>global</code> device are taken, if these exist.</td></tr>
135135
</table>
136-
<p><p>
136+
<p></p>
137137
138-
<h4>OpenWeatherMap</h4><p>
138+
<h4>OpenWeatherMap</h4><p></p>
139139
140140
<table>
141141
<tr><td>API</td><td><code>OpenWeatherMapAPI</code></td></tr>
@@ -151,9 +151,9 @@ __END__
151151
weather is forecast; if missing, the values of the attributes
152152
of the <code>global</code> device are taken, if these exist.</td></tr>
153153
</table>
154-
<p><p>
154+
<p></p>
155155
156-
<h4>Wunderground</h4><p>
156+
<h4>Wunderground</h4><p></p>
157157
158158
<table>
159159
<tr><td>API</td><td><code>wundergroundAPI</code></td></tr>
@@ -165,7 +165,7 @@ __END__
165165
weather is forecast; if missing, the values of the attributes
166166
of the <code>global</code> device are taken, if these exist.</td></tr>
167167
</table>
168-
<p><p>
168+
<p></p>
169169
170170
The module provides four additional functions <code>WeatherAsHtml</code>,
171171
<code>WeatherAsHtmlV</code>, <code>WeatherAsHtmlH</code> and
@@ -303,7 +303,7 @@ __END__
303303
<ul>
304304
Hinweis: es wird das Perl-Modul JSON ben&ouml;tigt. Mit <code>apt-get install
305305
libjson-perl</code> kann es unter Debian und Derivaten installiert
306-
werden.<p><p>
306+
werden.<p></p>
307307
308308
Das Weather-Modul arbeitet mit verschiedenen Wetter-APIs zusammen:
309309
<ul>
@@ -334,14 +334,15 @@ __END__
334334
<tr><td><code>lang</code></td><td>Sprache der Wettervorhersage: <code>de</code>,
335335
<code>en</code>, <code>pl</code>, <code>fr</code>, <code>it</code> oder <code>nl</code></td></tr>
336336
</table>
337-
<p>
337+
<p></p>
338+
338339
339340
Eine ganz einfache Definition ist:<br><br>
340341
<code>define &lt;name&gt; Weather apikey=&lt;DarkSkyAPISecretKey&gt;</code><br><br>
341342
342343
Bei dieser Definition wird die API von Dark Sky verwendet mit einem
343344
individuellen Schl&uuml;ssel, den man sich auf der Webseite von Dark Sky
344-
beschaffen muss.<p><p>
345+
beschaffen muss.<p></p>
345346
346347
Beispiele:
347348
<pre>
@@ -350,9 +351,9 @@ __END__
350351
define <name> Weather API=wundergroundAPI,stationId:IHAUIDELB111 apikey=ed64ccc80f004556a4e3456567800b6324a
351352
</pre>
352353
353-
Es folgt die API-spezifische Dokumentation.<p>
354+
Es folgt die API-spezifische Dokumentation.<p></p>
354355
355-
<h4>Dark Sky</h4><p>
356+
<h4>Dark Sky</h4><p></p>
356357
357358
<table>
358359
<tr><td>API</td><td><code>DarkSkyAPI</code></td></tr>
@@ -364,9 +365,9 @@ __END__
364365
Bei fehlender Angabe werden die Werte aus den gleichnamigen Attributen
365366
des <code>global</code>-Device genommen, sofern vorhanden.</td></tr>
366367
</table>
367-
<p><p>
368+
<p></p>
368369
369-
<h4>OpenWeatherMap</h4><p>
370+
<h4>OpenWeatherMap</h4><p></p>
370371
371372
<table>
372373
<tr><td>API</td><td><code>OpenWeatherMapAPI</code></td></tr>
@@ -385,9 +386,9 @@ __END__
385386
Bei fehlender Angabe werden die Werte aus den gleichnamigen Attributen
386387
des <code>global</code>-Device genommen, sofern vorhanden.</td></tr>
387388
</table>
388-
<p><p>
389+
<p></p>
389390
390-
<h4>Wunderground</h4><p>
391+
<h4>Wunderground</h4><p></p>
391392
392393
<table>
393394
<tr><td>API</td><td><code>wundergroundAPI</code></td></tr>
@@ -400,7 +401,7 @@ __END__
400401
Bei fehlender Angabe werden die Werte aus den gleichnamigen Attributen
401402
des <code>global</code>-Device genommen, sofern vorhanden.</td></tr>
402403
</table>
403-
<p><p>
404+
<p></p>
404405
405406
Das Modul unterst&uuml;tzt zus&auml;tzlich vier verschiedene Funktionen
406407
<code>WeatherAsHtml</code>, <code>WeatherAsHtmlV</code>,

controls_Weather.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
UPD 2025-02-04_20:57:25 25848 FHEM/59_Weather.pm
2-
UPD 2025-02-04_20:58:03 34419 lib/FHEM/Core/Weather.pm
3-
UPD 2025-02-04_20:58:29 33780 lib/FHEM/APIs/Weather/OpenWeatherMapAPI.pm
4-
UPD 2025-02-04_20:57:50 38751 lib/FHEM/APIs/Weather/wundergroundAPI.pm
1+
UPD 2025-02-04_21:25:55 25899 FHEM/59_Weather.pm
2+
UPD 2025-02-04_21:08:26 34419 lib/FHEM/Core/Weather.pm
3+
UPD 2025-02-04_21:08:26 33780 lib/FHEM/APIs/Weather/OpenWeatherMapAPI.pm
4+
UPD 2025-02-04_21:08:26 38751 lib/FHEM/APIs/Weather/wundergroundAPI.pm

0 commit comments

Comments
 (0)