mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 18:59:33 +00:00
Bug reported by TheDOC
git-svn-id: https://svn.fhem.de/fhem/trunk@3201 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
ccf4ad1a41
commit
7d70682db5
@ -160,7 +160,7 @@ FBAHA_configInd($$)
|
||||
while(length($data) >= 288) {
|
||||
my $id = hex(substr($data, 0, 4));
|
||||
my $act = hex(substr($data, 4, 2));
|
||||
my $typ = hex(substr($data, 8, 4));
|
||||
my $typ = hex(substr($data, 8, 8));
|
||||
my $lsn = hex(substr($data, 16, 8));
|
||||
my $nam = pack("H*",substr($data,24,160)); $nam =~ s/\x0//g;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user