49_SSCam: V7.0.0, compatibility to SVS 8.2.0

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@17203 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2018-08-25 12:33:00 +00:00
parent 8836f30431
commit cf2ee04025

View File

@ -4766,9 +4766,9 @@ sub SSCam_camop_parse ($) {
$avcomp =~ s/\.//g;
if($avsc <= $avcomp) {
ReadingsSingleUpdateValue ($hash, "compstate", "true", 1);
readingsSingleUpdate($hash, "compstate", "true", 1);
} else {
ReadingsSingleUpdateValue ($hash, "compstate", "false", 1);
readingsSingleUpdate($hash, "compstate", "false", 1);
Log3($name, 2, "$name - WARNING - your current/simulated SVS-version may be incompatible to the SSCam version $hash->{VERSION}");
}