FHEM Forum

FHEM - Hausautomations-Systeme => Unterstützende Dienste => Thema gestartet von: Nestor am 21 Dezember 2019, 12:56:03

Titel: 98_statistics.pm patch - fix for commandref
Beitrag von: Nestor am 21 Dezember 2019, 12:56:03
Cleans up header (visible pod commands) in help/commandref

Before:
Module: 98_statistics.pm Maintainer: tupol Forum: Unterstützende Dienste (Link als PM an tupol) =item helper =item summary Calculates statistical values and adds them to the devices. =item summary_DE Berechnet statistische Werte und fügt sie dem Gerät hinzu.

After:
Module: 98_statistics.pm Maintainer: tupol Forum: Unterstützende Dienste (Link als PM an tupol)

--- - 2019-12-21 12:52:05.000000000 +0100
+++ FHEM/98_statistics.pm 2019-12-21 12:41:18.000000000 +0100
@@ -1164,11 +1164,10 @@
1;

=pod
-=begin html
-
-=item helper
-=item summary Calculates statistical values and adds them to the devices.
+=item summary    Calculates statistical values and adds them to the devices.
=item summary_DE Berechnet statistische Werte und fügt sie dem Gerät hinzu.
+=item helper
+=begin html

<a name="statistics"></a>
<h3>statistics</h3>