Mercurial > templog
diff web/config.py @ 78:c7b6da1adb47
ui tweaks
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sat, 07 Jul 2012 23:32:02 +0800 |
parents | 959e88c0bdfa |
children | 0f7c005b3f87 |
line wrap: on
line diff
--- a/web/config.py Wed Jul 04 22:36:52 2012 +0800 +++ b/web/config.py Sat Jul 07 23:32:02 2012 +0800 @@ -5,20 +5,22 @@ UPDATE_URL = 'https://evil.ucc.asn.au/~matt/templog/update' -GRAPH_WIDTH = 800 -GRAPH_HEIGHT = 400 -ZOOM = 1.5 +GRAPH_WIDTH = 1200 +GRAPH_HEIGHT = 600 +ZOOM = 1 LINE_WIDTH = 2 SENSOR_NAMES = {'sensor_28 CE B2 1A 03 00 00 99': "Wort", - 'sensor_28 CC C1 1A 03 00 00 D4': "Lid", + 'sensor_28 CC C1 1A 03 00 00 D4': "Ambient", + 'sensor_28 49 BC 1A 03 00 00 54': "Other", 'sensor_voltage': 'Voltage', } SENSOR_COLOURS = {'Wort': 'e49222', - 'Lid': '028b3d', + 'Ambient': '028b3d', 'Voltage': '7db5d3aa', + 'Other': '78000c', }