2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-13 17:26:34 +00:00

57_SSCal: contrib 1.14.0

git-svn-id: https://svn.fhem.de/fhem/trunk@21260 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2020-02-23 18:28:00 +00:00
parent 5d83e1c493
commit dafb556b54

View File

@ -2183,7 +2183,7 @@ sub SSCal_createReadings ($) {
readingsBeginUpdate ($hash); readingsBeginUpdate ($hash);
readingsBulkUpdateIfChanged ($hash, "Errorcode", "none"); readingsBulkUpdateIfChanged ($hash, "Errorcode", "none");
readingsBulkUpdateIfChanged ($hash, "Error", "none"); readingsBulkUpdateIfChanged ($hash, "Error", "none");
readingsBulkUpdate ($hash, "lastUpdate", $data{SSCal}{$name}{lastUpdate}); readingsBulkUpdate ($hash, "lastUpdate", FmtTime(time));
readingsBulkUpdate ($hash, "state", "done"); readingsBulkUpdate ($hash, "state", "done");
readingsEndUpdate ($hash,1); readingsEndUpdate ($hash,1);