mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
minor typo in ks300.php, config.php
git-svn-id: https://svn.fhem.de/fhem/trunk@128 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
ce22f1be60
commit
7095924f9f
@ -38,7 +38,7 @@
|
|||||||
|
|
||||||
|
|
||||||
## Webcams
|
## Webcams
|
||||||
$showwebcam=0; #shows webcam-Urls or other pictures
|
$showwebcam=0; #shows webcam-Urls or other pictures (0/1)
|
||||||
$webcamwidth='150'; # the width of the shown picture
|
$webcamwidth='150'; # the width of the shown picture
|
||||||
$wgetpath="/usr/bin/wget"; # you need the package wget for http, ftp...
|
$wgetpath="/usr/bin/wget"; # you need the package wget for http, ftp...
|
||||||
$webcam[0]='http://webcam/IMAGE.JPG';
|
$webcam[0]='http://webcam/IMAGE.JPG';
|
||||||
@ -200,7 +200,7 @@ $userdef[$sortnumber]['XcorrectMainText']=25;
|
|||||||
# read docs/logrotate if you want adjust it manually!
|
# read docs/logrotate if you want adjust it manually!
|
||||||
# otherwise the system will slow down
|
# otherwise the system will slow down
|
||||||
# pgm3 (user www-data) needs the rights to write the logs
|
# pgm3 (user www-data) needs the rights to write the logs
|
||||||
# from fhz1000.pl (user = ???)
|
# of fhem.pl (user = ???)
|
||||||
$userdef[$sortnumber]['logrotatelines']=2200;
|
$userdef[$sortnumber]['logrotatelines']=2200;
|
||||||
|
|
||||||
|
|
||||||
@ -232,7 +232,7 @@ $userdef[$sortnumber]['logrotatelines']=2200;
|
|||||||
#$userdef[$sortnumber]['gnuplottype']='fs20';
|
#$userdef[$sortnumber]['gnuplottype']='fs20';
|
||||||
#$userdef[$sortnumber]['logpath']='/var/tmp/rolu1.log';
|
#$userdef[$sortnumber]['logpath']='/var/tmp/rolu1.log';
|
||||||
#$userdef[$sortnumber]['room']='wgu';
|
#$userdef[$sortnumber]['room']='wgu';
|
||||||
##$userdef[$sortnumber]['semlong']='Rolladen';
|
#$userdef[$sortnumber]['semlong']='Rolladen';
|
||||||
#$userdef[$sortnumber]['semshort']='';
|
#$userdef[$sortnumber]['semshort']='';
|
||||||
#$userdef[$sortnumber]['imagemax']=725;
|
#$userdef[$sortnumber]['imagemax']=725;
|
||||||
#$userdef[$sortnumber]['imagemay']=52;
|
#$userdef[$sortnumber]['imagemay']=52;
|
||||||
|
@ -222,7 +222,7 @@ $avgmonth=$_GET['avgmonth'];
|
|||||||
{
|
{
|
||||||
$dp = sprintf("%3.1f", dewpoint($tvalue,$hvalue));
|
$dp = sprintf("%3.1f", dewpoint($tvalue,$hvalue));
|
||||||
$fontsize=9;
|
$fontsize=9;
|
||||||
$text=$dp." °C";
|
$text=$dp." °C"
|
||||||
ImageTTFText ($im, $fontsize, 0, 350, 35, $bg1p, $fontttfb, $text);
|
ImageTTFText ($im, $fontsize, 0, 350, 35, $bg1p, $fontttfb, $text);
|
||||||
$txtcolor=$orange;
|
$txtcolor=$orange;
|
||||||
$fontsize=7;
|
$fontsize=7;
|
||||||
|
Loading…
Reference in New Issue
Block a user