mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
Bugfix: ks300-logs now with full log (:.*) possible. Small changes in ks300.php
git-svn-id: https://svn.fhem.de/fhem/trunk@157 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
9015763d8e
commit
134a186fb4
@ -172,3 +172,7 @@ It is not necessary to tell fhem that there are other logs.
|
||||
|
||||
2008-03-24
|
||||
-- Bugfix: FHT-View with the current CVS-FHEM was broken: Small changes in include/fht.php
|
||||
|
||||
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
|
||||
|
@ -72,3 +72,6 @@
|
||||
|
||||
- Martin 2008-03-24
|
||||
-- Bugfix: FHT-View with the current CVS-FHEM was broken
|
||||
|
||||
- Martin 2008-03-25
|
||||
-- Bugfix: KS300-Log now possible with Full Log like define kslog FileLog /var/tmp/ks300.log ks300:.*
|
||||
|
@ -85,7 +85,9 @@ $avgmonth=$_GET['avgmonth'];
|
||||
or ($array[$x][12] != $oldhour)
|
||||
or ($x==$counter-1))
|
||||
and ($t!="avg_day")
|
||||
and ($date!="NEWLOGS"))
|
||||
and ($date!="NEWLOGS")
|
||||
and ($t=="T:")
|
||||
)
|
||||
{
|
||||
$oldmin=$array[$x][14];
|
||||
$oldhour=$array[$x][12];
|
||||
|
@ -41,7 +41,7 @@ include "include/gnuplot.php";
|
||||
include "include/functions.php";
|
||||
|
||||
|
||||
$pgm3version='080324';
|
||||
$pgm3version='080325';
|
||||
|
||||
|
||||
$Action = $_POST['Action'];
|
||||
|
Loading…
Reference in New Issue
Block a user