49_SSCam: contrib 8.13.0

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@19050 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2019-03-27 21:18:48 +00:00
parent b8bc7c4a32
commit 71b06ffdd0

View File

@ -1963,7 +1963,7 @@ sub SSCam_versionCheck($) {
my $cs = ReadingsVal($name, "compstate", "true"); my $cs = ReadingsVal($name, "compstate", "true");
if($cs eq "false") { if($cs eq "false") {
Log3($name, 2, "$name - WARNING - The current/simulated SVS-version ".ReadingsVal($name, "SVSversion", ""). Log3($name, 2, "$name - WARNING - The current/simulated SVS-version ".ReadingsVal($name, "SVSversion", "").
" may be incompatible with SSCam version $hash->{VERSION}. ". " may be incompatible with SSCam version $hash->{HELPER}{VERSION}. ".
"For further information execute \"get $name versionNotes 4\"."); "For further information execute \"get $name versionNotes 4\".");
} }