mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 03:06:37 +00:00
remove internal timer in initializer. modify bug fix.
git-svn-id: https://svn.fhem.de/fhem/trunk@3310 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
99ebff16c8
commit
30691d18c6
@ -53,6 +53,7 @@ SYSSTAT_Define($$)
|
||||
$hash->{interval_fs} = $interval_fs;
|
||||
SYSSTAT_InitSys( $hash );
|
||||
|
||||
RemoveInternalTimer($hash);
|
||||
InternalTimer(gettimeofday()+$hash->{INTERVAL}, "SYSSTAT_GetUpdate", $hash, 0);
|
||||
|
||||
return undef;
|
||||
|
Loading…
x
Reference in New Issue
Block a user