2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-08 13:24:56 +00:00

98_freezemon: Reverted accidential change - sorry

git-svn-id: https://svn.fhem.de/fhem/trunk@25141 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
Adimarantis 2021-10-28 19:13:56 +00:00
parent 045facaae6
commit 2be6a12448

View File

@ -110,7 +110,7 @@ package main;
use strict; use strict;
use warnings; use warnings;
use Data::Dumper; #use Data::Dumper;
use POSIX; use POSIX;
use Time::HiRes qw(gettimeofday); use Time::HiRes qw(gettimeofday);
@ -371,9 +371,6 @@ sub freezemon_ProcessTimer($) {
#get the timers that were executed in last cycle #get the timers that were executed in last cycle
my $first = $intAtA[0]->{TRIGGERTIME}; my $first = $intAtA[0]->{TRIGGERTIME};
if (!defined $first) {
print Dumper(@intAtA);
}
foreach my $c ( $hash->{helper}{inAt} ) { foreach my $c ( $hash->{helper}{inAt} ) {
foreach my $d (@$c) { foreach my $d (@$c) {
last if ( $d->{TRIGGERTIME} >= $first ); last if ( $d->{TRIGGERTIME} >= $first );