2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +00:00

76_SMAPortal: contrib 2.6.1

git-svn-id: https://svn.fhem.de/fhem/trunk@21739 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2020-04-21 12:47:01 +00:00
parent f401269dfd
commit 5bf1cf76d0

View File

@ -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);