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:
markusbloch
2019-11-10 08:06:06 +00:00
parent 11f34983a1
commit 4025e1d24d

View File

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