From 0442959d6f26d539b2f559e12ee4badbcd324fcd Mon Sep 17 00:00:00 2001 From: betateilchen Date: Sun, 8 Dec 2013 16:49:02 +0000 Subject: [PATCH] fixed: try to fix duplicate processing git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@4347 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/98_openweathermap.pm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fhem/FHEM/98_openweathermap.pm b/fhem/FHEM/98_openweathermap.pm index c906b2d47..193262f5d 100644 --- a/fhem/FHEM/98_openweathermap.pm +++ b/fhem/FHEM/98_openweathermap.pm @@ -56,6 +56,8 @@ # added: new reading for html response on "get/set" # 2013-10-12 added: NotifyFn # +# 2013-12-08 fixed: first try to remove duplicate processing +# package main; @@ -252,6 +254,8 @@ sub OWO_GetStatus($;$){ $attr{$name}{"owoInterval"} = 600 if(AttrVal($name,"owoInterval",0) < 600); + RemoveInternalTimer($hash); + ##### start of send job (own weather data) # # do we have anything to send from our own station?