49_SSCam: contrib 9.4.2

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@22379 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2020-07-10 19:12:49 +00:00
parent e5a9bb06f9
commit a03720766c

View File

@ -7508,7 +7508,7 @@ return $cap;
sub IsCapZoom { # PTZ Zoom Eigenschaft
my $hash = shift;
my $name = $hash->{NAME};
return 1;
my $cap = ReadingsVal($name, "CapPTZZoom", "false") ne "false" ? 1 : 0;
return $cap;