2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-22 08:11:44 +00:00

CUL: HMnextTR removed

git-svn-id: https://svn.fhem.de/fhem/trunk@4389 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2013-12-16 06:47:56 +00:00
parent 529cd47200
commit c735699abd

View File

@ -172,7 +172,6 @@ CUL_Define($$)
$hash->{DeviceName} = $dev;
my $ret = DevIo_OpenDev($hash, 0, "CUL_DoInit");
$hash->{helper}{HMnextTR}=gettimeofday();
return $ret;
}
@ -963,7 +962,6 @@ CUL_Parse($$$$$)
$hash->{RSSI} = $rssi;
$addvals{RSSI} = $rssi;
}
$hash->{helper}{HMnextTR}=gettimeofday();
Dispatch($hash, $dmsg, \%addvals);
}