Skip to content

Commit 9e4c6f9

Browse files
committed
Update 88_Timer.pm
- remove old versionsstring - added commandref for groups
1 parent cf64ae1 commit 9e4c6f9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

FHEM/88_Timer.pm

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ use warnings;
2323
use Time::HiRes qw(gettimeofday);
2424
use FHEM::Meta;
2525

26-
our $VERSION_Timer = '2024-01-03';
27-
2826
my @action = qw(on off DEF);
2927
my @names;
3028
my @designations;
@@ -114,8 +112,6 @@ sub Timer_Define {
114112
if (!defined AttrVal($name, 'room', undef)) { CommandAttr($hash,"$name room $typ"); } # set room, if only undef --> new def
115113
}
116114

117-
$hash->{versionModule} = $VERSION_Timer;
118-
119115
### default value´s ###
120116
readingsBeginUpdate($hash);
121117
readingsBulkUpdate($hash, 'state' , 'Defined');
@@ -1356,6 +1352,7 @@ This makes it possible, for example, to have a timer run every Sunday at 15:30:0
13561352
<b><i><u>Hints:</u></i></b><br>
13571353
<ul><li>Entries in the system logfile like: <code>2019.09.20 22:15:01 3: Timer: time difference too large! interval=59, Sekunde=01</code> say that the timer has recalculated the time.</li></ul>
13581354
<ul><li>The offset function can only be activated at sunrise (SR) and sunset (SS).</li></ul>
1355+
<ul><li>To implement a switching group, you can combine the timer module with the structure module.</li></ul>
13591356
13601357
</ul>
13611358
=end html
@@ -1484,6 +1481,7 @@ Damit ist es m&ouml;glich, einen Timer beispielsweise nur jeden Sonntag um 15:30
14841481
<b><i><u>Hinweise:</u></i></b><br>
14851482
<ul><li>Eintr&auml;ge im Systemlogfile wie: <code>2019.09.20 22:15:01 3: Timer: time difference too large! interval=59, Sekunde=01</code> sagen aus, das der Timer die Zeit neu berechnet hat.</li></ul>
14861483
<ul><li>Die Funktion Offset ist nur bei Sonnenaufgang (SA) und Sonnenuntergang (SU) aktivierbar.</li></ul>
1484+
<ul><li>Um eine Gruppenschaltung umzusetzen, so kann man das Timer Modul mit dem structure Modul kombinieren.</li></ul>
14871485
</ul>
14881486
=end html_DE
14891487

0 commit comments

Comments
 (0)