49_SSCam: COMPATIBILITY changed to 8.2.1

git-svn-id: https://svn.fhem.de/fhem/trunk@17607 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
DS_Starter
2018-10-23 17:20:34 +00:00
parent 0d51f35786
commit 200f52b1ec

View File

@@ -1420,6 +1420,7 @@ sub SSCam_initonboot ($) {
if (!$hash->{CREDENTIALS}) {
Log3($name, 2, "$name - Credentials of $name are not set - make sure you've set it with \"set $name credentials username password\"");
} else {
readingsSingleUpdate($hash, "compstate", "true", 0); # Anfangswert f. versionCheck setzen
# allg. SVS-Eigenschaften abrufen
SSCam_getsvsinfo($hash);
@@ -4882,6 +4883,7 @@ sub SSCam_camop_parse ($) {
$build = "xxxx-simu";
}
# Kompatibilitätscheck
my $avsc = $major.$minor.(($small=~/\d/)?$small:0);
my $avcomp = $hash->{COMPATIBILITY};
$avcomp =~ s/\.//g;