FHEM Forum

FHEM - Hausautomations-Systeme => Unterstützende Dienste => Thema gestartet von: Christoph Morrison am 17 März 2018, 16:47:55

Titel: [98_WOL.pm] Patch
Beitrag von: Christoph Morrison am 17 März 2018, 16:47:55
Hallo,

soweit ich verstanden habe, ist der Maintainer für 98_WOL vakant. Daher kann ich ihn leider nicht über folgenden Patch (https://bitbucket.org/christoph-morrison/fhem-patches/raw/4c3988270c944391f9eb8d6c517ace3e38cedfb4/FHEM/98_WOL.pm/xohciePu0b.patch) informieren:


diff --git a/fhem/FHEM/98_WOL.pm b/fhem/FHEM/98_WOL.pm
index 4c34a7bd8..da52b83f3 100644
--- a/fhem/FHEM/98_WOL.pm
+++ b/fhem/FHEM/98_WOL.pm
@@ -364,7 +364,7 @@ sub WOL_Attr($$$) {

Defines a WOL device via its MAC and IP address.<br><br>

-when sending the <b>on</b> command to a WOL device it wakes up the dependent device by sending a magic packet. When running in repeat mode the magic paket ist sent every n seconds to the device.
+when sending the <b>on</b> command to a WOL device it wakes up the dependent device by sending a magic packet. When running in repeat mode the magic packet is sent every <var>n</var> seconds to the device.
So, for example a Buffalo NAS can be kept awake.
<ul>
   <a name="WOLdefine"></a>
@@ -444,4 +444,4 @@ So, for example a Buffalo NAS can be kept awake.
</ul>

=end html
-=cut
\ No newline at end of file
+=cut