From 9e4c6f933eb4c779ef675b055a1d98f356bcc338 Mon Sep 17 00:00:00 2001 From: HomeAutoUser Date: Wed, 3 Jan 2024 18:48:41 +0100 Subject: [PATCH 1/2] Update 88_Timer.pm - remove old versionsstring - added commandref for groups --- FHEM/88_Timer.pm | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 From 7cc06134123dfc62c3437c122a31691242de0bc2 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 3 Jan 2024 17:48:56 +0000 Subject: [PATCH 2/2] Automaitc updated controls and CHANGED --- CHANGED | 4 ++++ controls_Timer.txt | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGED b/CHANGED index db8032d..c7fa5c8 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 - Update 88_Timer.pm 2024-01-03 - Update 88_Timer.pm diff --git a/controls_Timer.txt b/controls_Timer.txt index c960ca8..5f6eeaa 100644 --- a/controls_Timer.txt +++ b/controls_Timer.txt @@ -1 +1 @@ -UPD 2024-01-03_17:20:12 76172 FHEM/88_Timer.pm +UPD 2024-01-03_18:48:41 76322 FHEM/88_Timer.pm