2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-01 01:09:47 +00:00

49_SSCam: contrib 9.1.0

git-svn-id: https://svn.fhem.de/fhem/trunk@20706 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2019-12-10 17:46:37 +00:00
parent 5f4bed36f4
commit 531e63b96e

View File

@ -873,7 +873,7 @@ sub SSCam_Attr($$$$) {
return "When you want activate \"$aName\", you have to set first the attribute \"videofolderMap\" to the root folder ".
"of recordings and snapshots provided by an URL.\n".
"Example: http://server.domain:8081/surveillance "
if(!AttrVal($name, "videofolderMap", ""));
if(!AttrVal($name, "videofolderMap", "") && $init_done == 1);
}
}