mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
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:
parent
1a80106c77
commit
7bfed25c8d
@ -553,6 +553,8 @@ FB_CALLMONITOR_Read($)
|
|||||||
delete($hash->{helper}{TEMP}{$array[2]});
|
delete($hash->{helper}{TEMP}{$array[2]});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$hash->{PARTIAL} = $buffer;
|
||||||
}
|
}
|
||||||
|
|
||||||
#####################################
|
#####################################
|
||||||
|
Loading…
x
Reference in New Issue
Block a user