add degC to the important units showed at top
This commit is contained in:
@ -254,7 +254,7 @@ class InfluxGraph(HandlerBase):
|
|||||||
add_to_groups(var, unit=unit)
|
add_to_groups(var, unit=unit)
|
||||||
# make order a bit more common
|
# make order a bit more common
|
||||||
result = []
|
result = []
|
||||||
for key in ['K', 'T', 'W', 'ln/min'] + list(groups):
|
for key in ['K', 'degC', 'T', 'W', 'ln/min'] + list(groups):
|
||||||
if key in groups:
|
if key in groups:
|
||||||
group = groups.pop(key)
|
group = groups.pop(key)
|
||||||
curve_dict = group['curves']
|
curve_dict = group['curves']
|
||||||
|
Reference in New Issue
Block a user