Skip to content

Commit

Permalink
Update 88_Timer.pm
Browse files Browse the repository at this point in the history
  • Loading branch information
HomeAutoUser committed Jan 3, 2024
1 parent fe78390 commit bff68b5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions FHEM/88_Timer.pm
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ package main;
use strict;
use warnings;
use Time::HiRes qw(gettimeofday);
use FHEM::Meta;

our $VERSION_Timer = '2024-01-03';

Expand Down Expand Up @@ -68,7 +69,7 @@ sub Timer_Initialize {
$hash->{FW_deviceOverview} = 1;
$hash->{FW_addDetailToSummary} = 1; # displays html in fhemweb room-view

return;
return FHEM::Meta::InitMod( __FILE__, $hash );
}

##########################
Expand Down Expand Up @@ -1527,6 +1528,7 @@ Damit ist es möglich, einen Timer beispielsweise nur jeden Sonntag um 15:30
}
}
},
"version": "v24.1.3",
"release_status": "stable",
"resources": {
"bugtracker": {
Expand Down Expand Up @@ -1560,7 +1562,6 @@ Damit ist es möglich, einen Timer beispielsweise nur jeden Sonntag um 15:30
"web": "https://wiki.fhem.de/wiki/Timer"
}
},
"version": "2024-01-03",
"x_fhem_maintainer": [
"HomeAuto_User",
"elektron-bbs"
Expand Down

0 comments on commit bff68b5

Please sign in to comment.