mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-09 20:57:11 +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:
parent
db28b2fae1
commit
bb808092ad
@ -325,7 +325,9 @@ OWO_GetStatus($;$){
|
||||
readingsBulkUpdate($hash, "my_lastSent", localtime(time));
|
||||
}
|
||||
readingsEndUpdate($hash, 1);
|
||||
CommandDeleteReading(undef, "$name my_.*") if $htmlDummy->is_error;
|
||||
if(defined($htmlDummy)){
|
||||
CommandDeleteReading(undef, "$name my_.*") if $htmlDummy->is_error;
|
||||
}
|
||||
}
|
||||
|
||||
##### end of send job
|
||||
|
Loading…
x
Reference in New Issue
Block a user