annotate web/test.py @ 29:048143905092

work on web interface
author Matt Johnston <matt@ucc.asn.au>
date Tue, 12 Jun 2012 23:27:53 +0800
parents
children ca08442635ca
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
29
048143905092 work on web interface
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
1 #!/usr/bin/env python
048143905092 work on web interface
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
2 import log
048143905092 work on web interface
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
3 import time
048143905092 work on web interface
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
4
048143905092 work on web interface
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
5 log.sensor_update("test1", [22,22,22.1,22.4,22.5], time.time() - 10, 300)