diff --git a/CHANGED b/CHANGED index 0cee9a5..f66789d 100644 --- a/CHANGED +++ b/CHANGED @@ -1,3 +1,7 @@ +2024-01-03 - Update 88_Timer.pm + +- remove old versionsstring +- added commandref for groups 2024-01-03 - Automaitc updated controls and CHANGED 2024-01-03 - Automaitc updated controls and CHANGED 2024-01-03 - Update 88_Timer.pm diff --git a/FHEM/88_Timer.pm b/FHEM/88_Timer.pm index d2762f5..0e80fcc 100644 --- a/FHEM/88_Timer.pm +++ b/FHEM/88_Timer.pm @@ -23,8 +23,6 @@ use warnings; use Time::HiRes qw(gettimeofday); use FHEM::Meta; -our $VERSION_Timer = '2024-01-03'; - my @action = qw(on off DEF); my @names; my @designations; @@ -114,8 +112,6 @@ sub Timer_Define { if (!defined AttrVal($name, 'room', undef)) { CommandAttr($hash,"$name room $typ"); } # set room, if only undef --> new def } - $hash->{versionModule} = $VERSION_Timer; - ### default value´s ### readingsBeginUpdate($hash); 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 Hints:
+ =end html @@ -1484,6 +1481,7 @@ Damit ist es möglich, einen Timer beispielsweise nur jeden Sonntag um 15:30 Hinweise:
+ =end html_DE diff --git a/controls_Timer.txt b/controls_Timer.txt index b7cd392..5f6eeaa 100644 --- a/controls_Timer.txt +++ b/controls_Timer.txt @@ -1 +1 @@ -UPD 2024-01-03_17:21:16 76172 FHEM/88_Timer.pm +UPD 2024-01-03_18:48:41 76322 FHEM/88_Timer.pm