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:
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user