From 35980ec8e46d28545eb302dc42b25b81bf9d0c90 Mon Sep 17 00:00:00 2001 From: nasseeder1 Date: Tue, 21 Apr 2020 12:47:01 +0000 Subject: [PATCH] 76_SMAPortal: contrib 2.6.1 git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@21739 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- contrib/DS_Starter/76_SMAPortal.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/DS_Starter/76_SMAPortal.pm b/contrib/DS_Starter/76_SMAPortal.pm index 52c1aad94..8306ea143 100644 --- a/contrib/DS_Starter/76_SMAPortal.pm +++ b/contrib/DS_Starter/76_SMAPortal.pm @@ -1077,7 +1077,7 @@ sub ParseData { ## no critic $state = "Data can't be retrieved from SMA-Portal. Reread at next scheduled cycle."; Log3 ($name, 2, "$name - $state"); } else { - $hash->{HELPER}{LASTLDSUCCTIME} = FmtDateTime(time()); + $hash->{HELPER}{LASTLDSUCCTIME} = FmtDateTime(time()) if($getp ne "none"); } readingsBeginUpdate($hash);