2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 09:16:53 +00:00

fixed: minor issues

git-svn-id: https://svn.fhem.de/fhem/trunk@3696 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen 2013-08-14 12:55:18 +00:00
parent db28b2fae1
commit bb808092ad

View File

@ -325,8 +325,10 @@ OWO_GetStatus($;$){
readingsBulkUpdate($hash, "my_lastSent", localtime(time)); readingsBulkUpdate($hash, "my_lastSent", localtime(time));
} }
readingsEndUpdate($hash, 1); readingsEndUpdate($hash, 1);
if(defined($htmlDummy)){
CommandDeleteReading(undef, "$name my_.*") if $htmlDummy->is_error; CommandDeleteReading(undef, "$name my_.*") if $htmlDummy->is_error;
} }
}
##### end of send job ##### end of send job