FRM: add xxx_SENDSTAT to I2CRecFn-message

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@5356 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
ntruchsess
2014-03-28 20:19:57 +00:00
parent 0c469f6510
commit 2fdacf920e

View File

@@ -696,7 +696,8 @@ sub FRM_i2c_update_device
direction => "i2cread",
reg => $data->{register},
nbyte => scalar(@{$data->{data}}),
received => join (' ',@{$data->{data}})
received => join (' ',@{$data->{data}}),
$hash->{IODev}->{NAME}."_SENDSTAT" => "Ok",
});
} elsif (defined $hash->{"i2c-address"} && $hash->{"i2c-address"}==$data->{address}) {
my $replydata = $data->{data};