OWTHERM: use =0 in InternalTimer

git-svn-id: https://svn.fhem.de/fhem/trunk@5437 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
ntruchsess
2014-04-04 20:27:47 +00:00
parent 03ccafa2ea
commit 92f9cde43d

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};