don't delete anything
[zc] / gnuplot / template.sql
index 87596cb..4f90e9e 100644 (file)
@@ -1,4 +1,4 @@
-select to_char(time, 'YYYY-MM-DD HH24:MI:SS'), x_axis_angle, y_axis_angle
+select to_char(time, 'YYYY-MM-DD HH24:MI:SS'), x_axis_angle, y_axis_angle, sensor_temperature, power_source_voltage
 from zc
 where pn = 2008050087 -- and time > now() - interval '24 hours'
 order by time asc