vzlogger/lib/Interpreter
Jakob Hirsch 98300a7aa0 added "steps" display
this should much better represent the output from s0 electricity meters
and water meters, where we get one impuls per energy or volume unit and
(more important) the time interval depends on the throughput.
this does not make much sense for temperature, though. unfortunately,
we have currently no means to select different chart types depending
on the entity type.
also, I had to change the backend to output the starting time of the
interval (flot needs that) instead of the ending time, which changes
the "lines" chart. but since this chart is wrong for electricity and
water anyway, it doesn't realy matter, though.
2011-03-17 03:11:24 +01:00
..
AggregatorInterpreter.php added min/max/avg/consumption calculations to MeterInterpreter 2011-02-25 20:08:08 +01:00
DataIterator.php changed default behavior of DataController 2011-03-16 14:45:22 +01:00
Interpreter.php changed default behavior of DataController 2011-03-16 14:45:22 +01:00
MeterInterpreter.php added "steps" display 2011-03-17 03:11:24 +01:00
SensorInterpreter.php applied new DataIterator to Sensors 2011-03-14 16:20:18 +01:00