mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-04 05:16:45 +00:00
FB_CALLMONITOR: add missing buffer saving in $hash->{PARTIAL}
git-svn-id: https://svn.fhem.de/fhem/trunk@20486 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
65071df70c
commit
e00b9e3762
@ -553,6 +553,8 @@ FB_CALLMONITOR_Read($)
|
||||
delete($hash->{helper}{TEMP}{$array[2]});
|
||||
}
|
||||
}
|
||||
|
||||
$hash->{PARTIAL} = $buffer;
|
||||
}
|
||||
|
||||
#####################################
|
||||
|
Loading…
x
Reference in New Issue
Block a user