2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-05 05:28:44 +00:00

FRM: add xxx_SENDSTAT to I2CRecFn-message

git-svn-id: https://svn.fhem.de/fhem/trunk@5356 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
ntruchsess 2014-03-28 20:19:57 +00:00
parent b2d062b4c9
commit faa80f4433

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};