mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-20 01:06:04 +00:00
00_HMLAN:bugfix singleupdate reading
git-svn-id: https://svn.fhem.de/fhem/trunk@14073 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
f23d15d21e
commit
7cbf926282
@ -1091,7 +1091,7 @@ sub HMLAN_condUpdate($$) {#####################################################
|
||||
my($hash,$HMcnd) = @_;
|
||||
my $name = $hash->{NAME};
|
||||
if (AttrVal($name,"dummy",undef)){
|
||||
readingsUpdateSingle($hash,"state","disconnected");
|
||||
readingsSingleUpdate($hash,"state","disconnected",1);
|
||||
$hash->{XmitOpen} = 0;
|
||||
return;
|
||||
}
|
||||
@ -1455,6 +1455,5 @@ sub HMLAN_getVerbLvl ($$$$){#get verboseLevel for message
|
||||
</ul>
|
||||
|
||||
</ul>
|
||||
=end html
|
||||
|
||||
=end html_DE
|
||||
=cut
|
||||
|
Loading…
x
Reference in New Issue
Block a user