OWTHERM: use =0 in InternalTimer

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@5437 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
ntruchsess
2014-04-04 20:27:47 +00:00
parent c3b2b86055
commit 77120044ac

View File

@@ -500,7 +500,7 @@ sub OWTHERM_GetValues($@) {
#-- restart timer for updates
RemoveInternalTimer($hash);
InternalTimer(time()+$hash->{INTERVAL}, "OWTHERM_GetValues", $hash, 1);
InternalTimer(time()+$hash->{INTERVAL}, "OWTHERM_GetValues", $hash, 0);
#-- Get values according to interface type
my $interface= $hash->{IODev}->{TYPE};