2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-18 12:06:04 +00:00

49_SSCam: V7.0.0, compatibility to SVS 8.2.0

git-svn-id: https://svn.fhem.de/fhem/trunk@17199 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2018-08-24 15:20:55 +00:00
parent 50f69ccc51
commit cf1cfeba57

View File

@ -4769,7 +4769,7 @@ sub SSCam_camop_parse ($) {
ReadingsSingleUpdateValue ($hash, "compstate", "true", 1);
} else {
ReadingsSingleUpdateValue ($hash, "compstate", "false", 1);
Log3($name, 1, "$name - WARNING - your current/simulated SVS-version may be incompatible to the SSCam version $hash->{VERSION}");
Log3($name, 2, "$name - WARNING - your current/simulated SVS-version may be incompatible to the SSCam version $hash->{VERSION}");
}
if (!exists($data->{'data'}{'customizedPortHttp'})) {