FB_CALLMONITOR: add missing buffer saving in $hash->{PARTIAL}

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@20486 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
markusbloch 2019-11-10 08:06:06 +00:00
parent 1a80106c77
commit 7bfed25c8d

View File

@ -553,6 +553,8 @@ FB_CALLMONITOR_Read($)
delete($hash->{helper}{TEMP}{$array[2]}); delete($hash->{helper}{TEMP}{$array[2]});
} }
} }
$hash->{PARTIAL} = $buffer;
} }
##################################### #####################################