mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +00:00
49_SSCam: V8.11.5, fix possible overload Synology DS during shutdown restart
git-svn-id: https://svn.fhem.de/fhem/trunk@19022 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
0ff687886d
commit
a02b2b49dd
@ -47,6 +47,7 @@ use Encode;
|
||||
|
||||
# Versions History intern
|
||||
our %SSCam_vNotesIntern = (
|
||||
"8.11.5" => "24.03.2019 fix possible overload Synology DS during shutdown restart ",
|
||||
"8.11.4" => "11.03.2019 make module ready for SVS version 8.2.3-5829 ",
|
||||
"8.11.3" => "08.03.2019 avoid possible JSON errors, fix fhem is hanging while restart or get snapinfo - Forum: #45671.msg915546.html#msg915546 ",
|
||||
"8.11.2" => "04.03.2019 bugfix no snapinfos when snap was done by SVS itself, Forum: https://forum.fhem.de/index.php/topic,45671.msg914685.html#msg914685",
|
||||
@ -494,7 +495,7 @@ return undef;
|
||||
################################################################
|
||||
sub SSCam_Undef($$) {
|
||||
my ($hash, $arg) = @_;
|
||||
SSCam_logout($hash);
|
||||
#SSCam_logout($hash);
|
||||
RemoveInternalTimer($hash);
|
||||
|
||||
return undef;
|
||||
|
Loading…
x
Reference in New Issue
Block a user