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:
parent
5f4bed36f4
commit
531e63b96e
@ -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);
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user