2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +00:00

49_SSCam: COMPATIBILITY changed to 8.2.1

git-svn-id: https://svn.fhem.de/fhem/trunk@17608 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2018-10-23 19:54:52 +00:00
parent 85544eb8de
commit fa9ffb935d

View File

@ -1458,7 +1458,7 @@ return;
sub SSCam_versionCheck($) {
my ($hash) = @_;
my $name = $hash->{NAME};
my $rc = 7196;
my $rc = 21600;
RemoveInternalTimer($hash, "SSCam_versionCheck");
return if(IsDisabled($name));