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

49_SSCAMSTRM: change ptzButtonSize, ptzButtonSizeFTUI starting with 10

git-svn-id: https://svn.fhem.de/fhem/trunk@27054 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2023-01-14 13:10:58 +00:00
parent 9c08675b3d
commit d0da3f429a

View File

@ -91,6 +91,7 @@ BEGIN {
# Versions History intern
my %vNotesIntern = (
"2.15.4" => "14.01.2023 change ptzButtonSize, ptzButtonSizeFTUI starting with 10 ",
"2.15.3" => "13.01.2023 change behavior of hideDisplayName, hideDisplayNameFTUI if device is disabled ",
"2.15.2" => "01.01.2022 minor code change in _setpopupStream ",
"2.15.1" => "15.10.2021 fix warnings 'my variable masks earlier' ",
@ -206,8 +207,8 @@ sub Initialize {
"popupWindowSize ".
"popupStreamFW:$fwd ".
"popupStreamTo:OK,1,2,3,4,5,6,7,8,9,10,15,20,25,30,40,50,60 ".
"ptzButtonSize:selectnumbers,50,5,100,0,lin ".
"ptzButtonSizeFTUI:selectnumbers,50,5,200,0,lin ".
"ptzButtonSize:selectnumbers,10,5,100,0,lin ".
"ptzButtonSizeFTUI:selectnumbers,10,5,200,0,lin ".
$readingFnAttributes;
$hash->{RenameFn} = \&Rename;
$hash->{CopyFn} = \&Copy;