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:
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user