mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
xBugfix: FHT: lime-protection not more in the field of actuator: Small Changes in fht.php
git-svn-id: https://svn.fhem.de/fhem/trunk@159 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
dd760af26f
commit
fee4c0bc81
@ -42,9 +42,9 @@
|
||||
#
|
||||
# global configuration
|
||||
#
|
||||
my $dbconn = "mysql:database=fhem;host=db;port=3306";
|
||||
my $dbuser = "fhemuser";
|
||||
my $dbpassword = "fhempassword";
|
||||
my $dbconn = "mysql:database=fhem;host=localhost;port=3306";
|
||||
my $dbuser = "root";
|
||||
my $dbpassword = "britta";
|
||||
|
||||
#
|
||||
# nothing to change below this line
|
||||
|
@ -176,3 +176,6 @@ It is not necessary to tell fhem that there are other logs.
|
||||
2008-03-24
|
||||
-- Bugfix: KS300-Log now possible with Full Log like define kslog FileLog /var/tmp/ks300.log ks300:.
|
||||
==> Small Changes in ks300.php
|
||||
|
||||
2008-04-13
|
||||
-- Bugfix: FHT: lime-protection not more in the field of actuator: Small Changes in fht.php
|
||||
|
@ -75,3 +75,6 @@
|
||||
|
||||
- Martin 2008-03-25
|
||||
-- Bugfix: KS300-Log now possible with Full Log like define kslog FileLog /var/tmp/ks300.log ks300:.*
|
||||
|
||||
- Martin 2008-14-13
|
||||
-- Bugfix: FHT: lime-protection not more in the field of actuator
|
||||
|
@ -199,7 +199,7 @@ setlocale (LC_ALL, 'de_DE.utf8');
|
||||
|
||||
|
||||
|
||||
|
||||
if ($actuator=="lime-protection") $actuator="0%";
|
||||
$text="Actuator: $actuator";
|
||||
ImageTTFText ($im, $fontsize, 0, $imgmaxxfht-230-$XcorrectDate, 33, $txtcolor, $fontttf, $text);
|
||||
|
||||
|
@ -41,7 +41,7 @@ include "include/gnuplot.php";
|
||||
include "include/functions.php";
|
||||
|
||||
|
||||
$pgm3version='080325';
|
||||
$pgm3version='080413';
|
||||
|
||||
|
||||
$Action = $_POST['Action'];
|
||||
|
Loading…
Reference in New Issue
Block a user