Mercurial > templog
diff web/config.py @ 431:ae12b30352f0
extra logging
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sat, 13 Oct 2012 20:22:50 +0800 |
parents | eb685e1afcbb |
children | 94330d90f11f |
line wrap: on
line diff
--- a/web/config.py Thu Oct 11 19:21:11 2012 +0800 +++ b/web/config.py Sat Oct 13 20:22:50 2012 +0800 @@ -19,7 +19,7 @@ 'sensor_28 49 BC 1A 03 00 00 54': "Wort", 'sensor_voltage': 'Voltage', 'sensor_fridge_setpoint': 'Setpoint', - 'sensor_fridge_on': 'On', + 'sensor_fridge_on': 'Cool', } SENSOR_COLOURS = {'Wort': 'e49222', @@ -27,7 +27,7 @@ 'Voltage': '7db5d3aa', 'Fridge': '4c40c8', 'Setpoint': '39c662', - 'On': 'd7cedd', + 'Cool': 'd7cedd', }