mirror of
https://github.com/beestat/app.git
synced 2025-07-09 03:04:07 -04:00
Minor cosmetic fixes
This commit is contained in:
parent
c37e3be9af
commit
7c0b088996
@ -472,6 +472,7 @@ class ecobee_runtime_thermostat extends cora\crud {
|
|||||||
$query = '
|
$query = '
|
||||||
select
|
select
|
||||||
`ecobee_thermostat_id`,
|
`ecobee_thermostat_id`,
|
||||||
|
`ecobee_runtime_thermostat_id`,
|
||||||
`timestamp`,
|
`timestamp`,
|
||||||
|
|
||||||
cast(greatest(0, (cast(`compressor_heat_1` as signed) - cast(`compressor_heat_2` as signed))) as unsigned) `compressor_heat_1`,
|
cast(greatest(0, (cast(`compressor_heat_1` as signed) - cast(`compressor_heat_2` as signed))) as unsigned) `compressor_heat_1`,
|
||||||
|
@ -290,7 +290,7 @@ beestat.component.card.aggregate_runtime.prototype.decorate_contents_ = function
|
|||||||
'units': true,
|
'units': true,
|
||||||
'round': 0
|
'round': 0
|
||||||
});
|
});
|
||||||
value += ' 🢒 ';
|
value += ' to ';
|
||||||
value += beestat.temperature({
|
value += beestat.temperature({
|
||||||
'temperature': series.min_max_outdoor_temperature.data[this.x].max,
|
'temperature': series.min_max_outdoor_temperature.data[this.x].max,
|
||||||
'convert': false,
|
'convert': false,
|
||||||
@ -317,7 +317,8 @@ beestat.component.card.aggregate_runtime.prototype.decorate_contents_ = function
|
|||||||
|
|
||||||
return beestat.component.chart.tooltip_formatter(
|
return beestat.component.chart.tooltip_formatter(
|
||||||
label_parts.join(' '),
|
label_parts.join(' '),
|
||||||
sections
|
sections,
|
||||||
|
150
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user