From cf2ee04025478d8ef6eb38e9ac4c295bd3bc06e1 Mon Sep 17 00:00:00 2001 From: nasseeder1 Date: Sat, 25 Aug 2018 12:33:00 +0000 Subject: [PATCH] 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 --- FHEM/49_SSCam.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FHEM/49_SSCam.pm b/FHEM/49_SSCam.pm index 7c9df011d..ad570cf57 100644 --- a/FHEM/49_SSCam.pm +++ b/FHEM/49_SSCam.pm @@ -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}"); }