diff web/test.py @ 335:1e22eaf93620

work on web interface
author Matt Johnston <matt@ucc.asn.au>
date Tue, 12 Jun 2012 23:27:53 +0800
parents
children ca08442635ca
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/test.py	Tue Jun 12 23:27:53 2012 +0800
@@ -0,0 +1,5 @@
+#!/usr/bin/env python
+import log
+import time
+
+log.sensor_update("test1", [22,22,22.1,22.4,22.5], time.time() - 10, 300)