2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +00:00

49_SSCam: contrib 8.14.1

git-svn-id: https://svn.fhem.de/fhem/trunk@19693 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2019-06-23 14:18:07 +00:00
parent 9ee68cb143
commit b2eee14d72

View File

@ -7023,8 +7023,7 @@ sub SSCam_addptzattr($) {
my @h;
my $arg = "ptzPanel_Home";
my @ua = split(" ", $attr{$name}{userattr});
foreach (@ua) {
Log3($name, 1, "$name - key: ".$_);
foreach (@ua) {
push(@h,$_) if($_ !~ m/$arg.*/);
}