mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
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:
parent
8836f30431
commit
cf2ee04025
@ -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}");
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user