Mercurial > templog
diff web/config.py @ 227:efb5cad2e98b
Only print interesting legend labels
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sat, 28 Feb 2015 00:14:21 +0800 |
parents | 6dd157a12035 |
children | 2071d939e4ff |
line wrap: on
line diff
--- a/web/config.py Sat Feb 28 00:14:02 2015 +0800 +++ b/web/config.py Sat Feb 28 00:14:21 2015 +0800 @@ -34,6 +34,9 @@ 'sensor_internal': "Processor", } +# print legend for these ones +LEGEND_NAMES = set(("Wort", "Fridge", "Ambient", "Setpoint")) + SENSOR_COLOURS = {'Wort': 'e49222', 'Ambient': '028b3d', 'Voltage': '7db5d3aa',