diff --git a/fhem/FHEM/49_SSCam.pm b/fhem/FHEM/49_SSCam.pm
index 9529e0127..7496052ec 100644
--- a/fhem/FHEM/49_SSCam.pm
+++ b/fhem/FHEM/49_SSCam.pm
@@ -27,6 +27,7 @@
#########################################################################################################################
# Versions History:
#
+# 7.1.1 18.10.2018 Message of "Your current/simulated SVS-version..." changed, commandref corrected
# 7.1.0 02.09.2018 PIR Sensor enable/disable, SSCam_Set/SSCam_Get optimized
# 7.0.1 27.08.2018 enable/disable issue (https://forum.fhem.de/index.php/topic,45671.msg830869.html#msg830869)
# 7.0.0 27.07.2018 compatibility to API v2.8
@@ -249,7 +250,7 @@ use HttpUtils;
# no if $] >= 5.017011, warnings => 'experimental';
# Version und getestete SVS-Version
-my $SSCamVersion = "7.1.0";
+my $SSCamVersion = "7.1.1";
my $compstat = "8.2.0";
# Aufbau Errorcode-Hashes (siehe Surveillance Station Web API)
@@ -4836,7 +4837,7 @@ sub SSCam_camop_parse ($) {
readingsSingleUpdate($hash, "compstate", "true", 1);
} else {
readingsSingleUpdate($hash, "compstate", "false", 1);
- Log3($name, 2, "$name - WARNING - your current/simulated SVS-version may be incompatible to the SSCam version $hash->{VERSION}");
+ 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.");
}
if (!exists($data->{'data'}{'customizedPortHttp'})) {
@@ -7465,7 +7466,7 @@ attr <name> genericStrmHtmlTag <video $HTMLATTR controls autoplay>
as an link to external use. It has to be specified as "http(s)://<servername>:<port>"