2
0
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:
markusbloch 2019-11-10 08:06:06 +00:00
parent 65071df70c
commit e00b9e3762

View File

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