mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 18:59:33 +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:
parent
9ee68cb143
commit
b2eee14d72
@ -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.*/);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user