timing for virtual acks
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@4759 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -686,7 +686,8 @@ sub HMLAN_SimpleWrite(@) {#####################################################
|
||||
my $hDst = $hash->{helper}{$dst};# shortcut
|
||||
my $tn = gettimeofday();
|
||||
|
||||
if($modules{CUL_HM}{defptr}{$dst} &&
|
||||
if($typ ne "02" &&
|
||||
$modules{CUL_HM}{defptr}{$dst} &&
|
||||
$modules{CUL_HM}{defptr}{$dst}{helper}{io} &&
|
||||
$modules{CUL_HM}{defptr}{$dst}{helper}{io}{nextSend}
|
||||
){
|
||||
|
||||
@@ -1097,7 +1097,7 @@ sub HMinfo_status($){##########################################################
|
||||
delete $tmp{""}; #remove empties if present
|
||||
@IOdev = sort keys %tmp;
|
||||
foreach (grep {$defs{$_}{READINGS}{cond}} @IOdev){
|
||||
$_ .= " :".$defs{$_}{READINGS}{cond}{VAL};
|
||||
$_ .= ",:".$defs{$_}{READINGS}{cond}{VAL};
|
||||
}
|
||||
$hash->{I_HM_IOdevices}= join",",@IOdev;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user