mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 12:38:37 +00:00
AMConnect/Common.pm: delete spare Log3 command
git-svn-id: https://svn.fhem.de/fhem/trunk@27207 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
86e9da02f4
commit
01c9853846
@ -377,7 +377,6 @@ sub FW_detailFn {
|
|||||||
my $design = AttrVal( $name, 'mapDesignAttributes', $hash->{helper}{mapdesign} );
|
my $design = AttrVal( $name, 'mapDesignAttributes', $hash->{helper}{mapdesign} );
|
||||||
my @adesign = split(/\R/,$design);
|
my @adesign = split(/\R/,$design);
|
||||||
my $mapDesign = 'data-'.join("data-",@adesign);
|
my $mapDesign = 'data-'.join("data-",@adesign);
|
||||||
Log3 $name,1 , $mapDesign;
|
|
||||||
my ($picx,$picy) = AttrVal( $name,"mapImageWidthHeight", $hash->{helper}{imageWidthHeight} ) =~ /(\d+)\s(\d+)/;
|
my ($picx,$picy) = AttrVal( $name,"mapImageWidthHeight", $hash->{helper}{imageWidthHeight} ) =~ /(\d+)\s(\d+)/;
|
||||||
|
|
||||||
$picx=int($picx*$zoom);
|
$picx=int($picx*$zoom);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user