mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-16 10:46:03 +00:00
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:
parent
feda21c96b
commit
85544eb8de
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user