2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +00:00

49_SSCam: contrib 8.3.0

git-svn-id: https://svn.fhem.de/fhem/trunk@18108 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2019-01-01 12:27:54 +00:00
parent f5cbce30e5
commit 43c041faa7

View File

@ -4653,6 +4653,7 @@ sub SSCam_camop_parse ($) {
my $sp = $hash->{HELPER}{RECSAVEPATH}?$hash->{HELPER}{RECSAVEPATH}:$attr{global}{modpath};
my $file = $sp."/$lrec";
delete $hash->{HELPER}{RECSAVEPATH};
if(open (FH, '>', $file)) { # in-memory IO Handle
binmode FH;