1
0
mirror of https://github.com/beestat/app.git synced 2025-07-09 03:04:07 -04:00

Fixed #215 - Add color distinction between aux heat stages

Made the normal aux heat lighter.
This commit is contained in:
Jon Ziebell 2020-01-23 18:22:44 -05:00
parent 225a517907
commit 8589691833

View File

@ -131,7 +131,7 @@ beestat.series.compressor_heat_2 = {
beestat.series.auxiliary_heat_1 = { beestat.series.auxiliary_heat_1 = {
'name': 'Aux', 'name': 'Aux',
'color': beestat.style.color.red.dark 'color': beestat.style.color.red.base
}; };
beestat.series.auxiliary_heat_2 = { beestat.series.auxiliary_heat_2 = {