49_SSCam: minor changes in commandref and output messages

git-svn-id: https://svn.fhem.de/fhem/trunk@17563 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
DS_Starter
2018-10-18 15:17:40 +00:00
parent 53a367303e
commit 8ee8dacf6d

View File

@@ -4837,7 +4837,7 @@ sub SSCam_camop_parse ($) {
readingsSingleUpdate($hash, "compstate", "true", 1);
} else {
readingsSingleUpdate($hash, "compstate", "false", 1);
Log3($name, 2, "$name - WARNING - The current/simulated SVS-version $avsc may be incompatible to your SSCam version $hash->{VERSION}. Please update SScam or inform the SSCam maintainer.");
Log3($name, 2, "$name - WARNING - The current/simulated SVS-version ".$major.$minor.(($small=~/\d/)?$small:0)." may be incompatible to your SSCam version $hash->{VERSION}. Please update SScam or inform the SSCam maintainer.");
}
if (!exists($data->{'data'}{'customizedPortHttp'})) {