diff --git a/fhem/FHEM/98_logProxy.pm b/fhem/FHEM/98_logProxy.pm index cf30ffe14..3aceba49a 100644 --- a/fhem/FHEM/98_logProxy.pm +++ b/fhem/FHEM/98_logProxy.pm @@ -638,7 +638,7 @@ logProxy_array2Data($$) } #create plot data from xy-array sub -logProxy_xy2Data($) +logProxy_xy2Plot($) { my ($array) = @_; my $ret = ";c 0\n"; @@ -1207,6 +1207,8 @@ Log 3, Dumper @a; function (3rd parameter) for a zoom factor dependent number of times. the current time is given in $sec. the step width can be given in an optional 4th parameter. either as a number or as an hash with the keys from the following list: hour,qday,day,week,month,year and the values representing the step with for the zoom level. +