mirror of
https://github.com/agdsn/ancient-weatherstation.git
synced 2026-06-19 23:07:59 +00:00
New feature in Chart:
Now you can define a 'time-fixpoint' in the past and the Image will generatet everytime,when ((now-fixpoint) % interval) ~ 0. so you can say: generate it every day at 12.00. git-svn-id: file:///home/jan/tmp/wetterstation/trunk@203 dd492736-c11a-0410-ad51-8c26713eaf7f
This commit is contained in:
@@ -29,6 +29,9 @@ gen_interval 1 # gibt an, in welchem Interval das Bild generiert werden soll
|
||||
show_interval 10d # gibt an, welcher Interval angezeigt werden soll
|
||||
label_interval 1d # gibt an, Welche zeitspanne (ab generierungszeitraum) angezeigt werden soll
|
||||
|
||||
fixed_timepoint yes
|
||||
timepoint 2006-12-17-13-00
|
||||
|
||||
# Hoehe und Breite des Bildes
|
||||
width 800
|
||||
height 300
|
||||
|
||||
@@ -5,9 +5,11 @@ manual_table no
|
||||
manual_table_name auss2_data
|
||||
table_field temp
|
||||
#table_field press
|
||||
gen_interval 1
|
||||
gen_interval 10
|
||||
show_interval 10d
|
||||
label_interval 1d
|
||||
fixed_timepoint yes
|
||||
timepoint 2006-12-17-13-00
|
||||
width 800
|
||||
height 300
|
||||
ensor_id 1
|
||||
|
||||
Reference in New Issue
Block a user